Color Hex Logo

#760630 Color Hex

#760630
(118,6,48)
0 Favorites   0 Comments

Color spaces of #760630

RGB 118648
HSL0.940.900.24
HSV338°95°46°
CMYK 0.000.950.59   0.54
XYZ8.06984.19523.1807
Yxy4.19520.52250.2716
Hunter Lab20.482234.48365.1303
CIE-Lab24.306546.02307.8983

#760630 color RGB value is (118,6,48).

#760630 hex color red value is 118, green value is 6 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #760630 hue: 0.94 , saturation: 0.90 and the lightness value of 760630 is 0.24.

The process color (four color CMYK) of #760630 color hex is 0.00, 0.95, 0.59, 0.54. Web safe color of #760630 is #660033. Color #760630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 00110000
Octal 166 6 60
Decimal 118 6 48
Hex 76 6 30

RGB Percentages of Color #760630

%68.60
%3.49
%27.91

CMYK Percentages of Color #760630

%0
%95
%59
%54

Triadic Colors of #760630

#760630 #307606 #063076

Analogous Colors of #760630

#760630 #761406 #760668

Monochromatic Colors of #760630

#760630

Complementary Color

#760630 #06764c

#760630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760630 Color CSS Codes

.mybgcolor {background-color:#760630; } 
.myforecolor {color:#760630; }
.mybordercolor {border:3px solid #760630; }

#760630 Text Font Color

<p style="color:#760630">Text here</p>

This sample text font color is #760630
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#760630 Background Color

<div style="background-color:#760630">
Div content here</div>

This div background color is #760630


#760630 Border Color

<div style="border:3px solid #760630">
Div here</div>

This div border color is #760630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,6,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760630;
  -webkit-box-shadow: 1px 1px 3px 2px #760630;
  box-shadow:         1px 1px 3px 2px #760630; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,6,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #760630">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #760630;
  -webkit-box-shadow: 1px 1px 3px 2px #760630;
  box-shadow:         1px 1px 3px 2px #760630;">
Div content here</div>

This div box has shadow with color #760630


Comments

No comments written yet.

Please login to write comment.