Html Css Color HEX #647474 Nevada

📋 copy color: '#647474'

red 100 ◦ green 116 ◦ blue 116

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

Shades of Nevada #647474

Tints of Nevada #647474

RGB

 RED value IS 100 (39.45% from 255) = 30.12%

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

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

R = 30.12%
G = 34.94%
B = 34.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#647474 (or 0x647474) is known color: Nevada. HEX triplet: 64, 74 and 74. RGB value is (100,116,116). Sum of RGB (Red+Green+Blue) = 100+116+116=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #647474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647474 is #9B8B8B. Grayscale: #6F6F6F. Windows color (decimal): -10193804 or 7631972. OLE color: 7631972.

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

Color convert

RGB 100 116 116 -
CMYK 0.14 0 0 0.55
HSL 180º 0.07% 0.42% -
HSV(B) 180º 0.14% 0.45% -
XYZ 14.65 16.46 18.93 -
YUV 111.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 100 116 116 0.14 0 0 0.55 180 0.07 0.42
Hex 64 74 74 E 0 0 37 B4 7 2A
Octal 144 164 164 16 0 0 67 264 7 52
Binary 1100100 1110100 1110100 1110 0 0 110111 10110100 111 101010

Color Harmonies of #647474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647474

Black with #647474

Text Example


Text Example

White with #647474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647474; }

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

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

background-color css

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

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

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

border-color css

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

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

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