Html Css Color HEX #667778 Nevada

📋 copy color: '#667778'

red 102 ◦ green 119 ◦ blue 120

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

Shades of Nevada #667778

Tints of Nevada #667778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 29.91%
G = 34.9%
B = 35.19%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667778 (or 0x667778) is known color: Nevada. HEX triplet: 66, 77 and 78. RGB value is (102,119,120). Sum of RGB (Red+Green+Blue) = 102+119+120=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #667778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667778 is #998887. Grayscale: #727272. Windows color (decimal): -10061960 or 7894886. OLE color: 7894886.

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

Color convert

RGB 102 119 120 -
CMYK 0.15 0.01 0 0.53
HSL 183.33º 0.08% 0.44% -
HSV(B) 183.33º 0.15% 0.47% -
XYZ 15.47 17.37 20.31 -
YUV 114.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 102 119 120 0.15 0.01 0 0.53 183.33 0.08 0.44
Hex 66 77 78 F 1 0 35 B7 8 2C
Octal 146 167 170 17 1 0 65 267 10 54
Binary 1100110 1110111 1111000 1111 1 0 110101 10110111 1000 101100

Color Harmonies of #667778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667778

Black with #667778

Text Example


Text Example

White with #667778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667778; }

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

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

background-color css

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

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

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

border-color css

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

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

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