Html Css Color HEX #667474 Nevada

📋 copy color: '#667474'

red 102 ◦ green 116 ◦ blue 116

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

Shades of Nevada #667474

Tints of Nevada #667474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 30.54%
G = 34.73%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#667474 (or 0x667474) is known color: Nevada. HEX triplet: 66, 74 and 74. RGB value is (102,116,116). Sum of RGB (Red+Green+Blue) = 102+116+116=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #667474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667474 is #998B8B. Grayscale: #6F6F6F. Windows color (decimal): -10062732 or 7631974. OLE color: 7631974.

HSL color Cylindrical-coordinate representation of color #667474: hue angle of 180º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667474 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 116 -
CMYK 0.12 0 0 0.55
HSL 180º 0.06% 0.43% -
HSV(B) 180º 0.12% 0.45% -
XYZ 14.88 16.58 18.94 -
YUV 111.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 102 116 116 0.12 0 0 0.55 180 0.06 0.43
Hex 66 74 74 C 0 0 37 B4 6 2B
Octal 146 164 164 14 0 0 67 264 6 53
Binary 1100110 1110100 1110100 1100 0 0 110111 10110100 110 101011

Color Harmonies of #667474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667474

Black with #667474

Text Example


Text Example

White with #667474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667474; }

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

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

background-color css

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

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

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

border-color css

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

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

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