Html Css Color HEX #667777 Nevada

📋 copy color: '#667777'

red 102 ◦ green 119 ◦ blue 119

#667777
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #667777

Tints of Nevada #667777

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 value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667777 (or 0x667777) is known color: 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

RGB 102 119 119 -
CMYK 0.14 0 0 0.53
HSL 180º 0.08% 0.43% -
HSV(B) 180º 0.14% 0.47% -
XYZ 15.41 17.35 19.99 -
YUV 113.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 102 119 119 0.14 0 0 0.53 180 0.08 0.43
Hex 66 77 77 E 0 0 35 B4 8 2B
Octal 146 167 167 16 0 0 65 264 10 53
Binary 1100110 1110111 1110111 1110 0 0 110101 10110100 1000 101011

Color Harmonies of #667777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667777

Black with #667777

Text Example


Text Example

White with #667777

Text Example


Text Example

HTML Codes & Css Web 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>