Color Hex Logo

#76679b Color Hex

#76679B
(118,103,155)
0 Favorites   0 Comments

Color spaces of #76679b

RGB 118103155
HSL0.710.210.51
HSV257°34°61°
CMYK 0.240.340.00   0.39
XYZ18.237915.918633.1217
Yxy15.91860.27110.2366
Hunter Lab39.898111.7727-21.2913
CIE-Lab46.867517.4106-26.1155

#76679b color RGB value is (118,103,155).

#76679b hex color red value is 118, green value is 103 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #76679b hue: 0.71 , saturation: 0.21 and the lightness value of 76679b is 0.51.

The process color (four color CMYK) of #76679b color hex is 0.24, 0.34, 0.00, 0.39. Web safe color of #76679b is #666699. Color #76679b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 10011011
Octal 166 147 233
Decimal 118 103 155
Hex 76 67 9B

RGB Percentages of Color #76679b

%31.38
%27.39
%41.22

CMYK Percentages of Color #76679b

%24
%34
%0
%39

Triadic Colors of #76679b

#76679b #9b7667 #679b76

Analogous Colors of #76679b

#76679b #90679b #67729b

Monochromatic Colors of #76679b

#76679b

Complementary Color

#76679b #8c9b67

#76679b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76679b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76679b Color CSS Codes

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

#76679b Text Font Color

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

This sample text font color is #76679b
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.


#76679b Background Color

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

This div background color is #76679b


#76679b Border Color

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

This div border color is #76679b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,103,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76679b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76679b;
  -webkit-box-shadow: 1px 1px 3px 2px #76679b;
  box-shadow:         1px 1px 3px 2px #76679b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76679b


Comments

No comments written yet.

Please login to write comment.