Html Css Color HEX #647577 Nevada

📋 copy color: '#647577'

red 100 ◦ green 117 ◦ blue 119

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

Shades of Nevada #647577

Tints of Nevada #647577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 29.76%
G = 34.82%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#647577 (or 0x647577) is known color: Nevada. HEX triplet: 64, 75 and 77. RGB value is (100,117,119). Sum of RGB (Red+Green+Blue) = 100+117+119=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #647577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647577 is #9B8A88. Grayscale: #707070. Windows color (decimal): -10193545 or 7828836. OLE color: 7828836.

HSL color Cylindrical-coordinate representation of color #647577: hue angle of 186.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #647577 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 117 119 -
CMYK 0.16 0.02 0 0.53
HSL 186.32º 0.09% 0.43% -
HSV(B) 186.32º 0.16% 0.47% -
XYZ 14.95 16.76 19.9 -
YUV 112.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 100 117 119 0.16 0.02 0 0.53 186.32 0.09 0.43
Hex 64 75 77 10 2 0 35 BA 9 2B
Octal 144 165 167 20 2 0 65 272 11 53
Binary 1100100 1110101 1110111 10000 10 0 110101 10111010 1001 101011

Color Harmonies of #647577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647577

Black with #647577

Text Example


Text Example

White with #647577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647577; }

 p { color: rgb(100,117,119); }

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

background-color css

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

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

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

border-color css

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

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

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