Color Hex Logo

#767478 Color Hex

#767478
(118,116,120)
0 Favorites   0 Comments

Color spaces of #767478

RGB 118116120
HSL0.750.020.46
HSV270°47°
CMYK 0.020.030.00   0.53
XYZ17.106817.698420.2838
Yxy17.69840.31050.3213
Hunter Lab42.0695-1.03770.8619
CIE-Lab49.12821.5765-1.9346

#767478 color RGB value is (118,116,120).

#767478 hex color red value is 118, green value is 116 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #767478 hue: 0.75 , saturation: 0.02 and the lightness value of 767478 is 0.46.

The process color (four color CMYK) of #767478 color hex is 0.02, 0.03, 0.00, 0.53. Web safe color of #767478 is #666666. Color #767478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 01111000
Octal 166 164 170
Decimal 118 116 120
Hex 76 74 78

RGB Percentages of Color #767478

%33.33
%32.77
%33.90

CMYK Percentages of Color #767478

%2
%3
%0
%53

Triadic Colors of #767478

#767478 #787674 #747876

Analogous Colors of #767478

#767478 #787478 #747478

Monochromatic Colors of #767478

#767478

Complementary Color

#767478 #767874

#767478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767478 Color CSS Codes

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

#767478 Text Font Color

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

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


#767478 Background Color

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

This div background color is #767478


#767478 Border Color

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

This div border color is #767478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767478


Comments

No comments written yet.

Please login to write comment.