#667677

Color #667677 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #667677

Tints of Nevada #667677

Color information

#667677 (or 0x667677) is unknown color: approx Nevada. HEX triplet: 66, 76 and 77. RGB value is (102,118,119). Sum of RGB (Red+Green+Blue) = 102+118+119=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #667677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667677 is #998988. Grayscale: #717171. Windows color (decimal): -10062217 or 7829094. OLE color: 7829094.

HSL color Cylindrical-coordinate representation of color #667677: hue angle of 183.53º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667677 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102118119-
CMYK0.140.0100.53
HSL183.53º7.69%43.33%-
HSV(B)183.53º14.29%46.67%-
XYZ15.2917.1119.95-
YUV113.33131.2119.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=30.09%
G=34.81%
B=35.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021181190.140.0100.53183.537.6943.33
Hex667677E1035b882b
Octal1461661671610652701053
Binary110011011101101110111111010110101101110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667677; }

 p { color: rgb(102,118,119); }

 H1.HeaderClassName
 {
   color: #667677;
 }
 .AnyTagClassName
 {
   color: #667677;
 }
</style>
background-color css

<style>
 a { background-color: #667677; }

 a { background-color: rgb(102,118,119); }

 div.DivClassName
 {
   background-color: #667677;
 }
 .BgClassName
 {
   background-color: #667677;
 }
</style>
border-color css

<style>
 span { border-color: #667677; }

 span { border-color: rgb(102,118,119); }

 td.TdClassName
 {
   border-color: #667677;
 }
 .TagClassName
 {
   border-color: #667677;
 }
</style>