#667777

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

Shades of Nevada #667777

Tints of Nevada #667777

Color information

#667777 (or 0x667777) is unknown color: approx Nevada. HEX triplet: 66, 77 and 77. RGB value is (102,119,119). Sum of RGB (Red+Green+Blue) = 102+119+119=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #667777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667777 is #998888. Grayscale: #717171. Windows color (decimal): -10061961 or 7829350. OLE color: 7829350.

HSL color Cylindrical-coordinate representation of color #667777: hue angle of 180º 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 #667777 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102119119-
CMYK0.14000.53
HSL180º7.69%43.33%-
HSV(B)180º14.29%46.67%-
XYZ15.4117.3519.99-
YUV113.92130.87119.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021191190.14000.531807.6943.33
Hex667777E0035b482b
Octal1461671671600652641053
Binary110011011101111110111111000110101101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667777; }

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

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

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

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

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

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

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

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