Html Css Color HEX #667776 Nevada

📋 copy color: '#667776'

red 102 ◦ green 119 ◦ blue 118

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

Shades of Nevada #667776

Tints of Nevada #667776

RGB

 RED value IS 102 (40.23% from 255) = 30.09%

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 30.09%
G = 35.1%
B = 34.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 102 119 118 -
CMYK 0.14 0 0.01 0.53
HSL 176.47º 0.08% 0.43% -
HSV(B) 176.47º 0.14% 0.47% -
XYZ 15.35 17.33 19.68 -
YUV 113.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 102 119 118 0.14 0 0.01 0.53 176.47 0.08 0.43
Hex 66 77 76 E 0 1 35 B0 8 2B
Octal 146 167 166 16 0 1 65 260 10 53
Binary 1100110 1110111 1110110 1110 0 1 110101 10110000 1000 101011

Color Harmonies of #667776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667776

Black with #667776

Text Example


Text Example

White with #667776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667776; }

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

 H1.HeaderClassName
 {
   color: #667776;
 }
 .AnyTagClassName
 {
   color: #667776;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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