Html Css Color HEX #647776 Nevada

📋 copy color: '#647776'

red 100 ◦ green 119 ◦ blue 118

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

Shades of Nevada #647776

Tints of Nevada #647776

RGB

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

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

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

R = 29.67%
G = 35.31%
B = 35.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#647776 (or 0x647776) is known color: Nevada. HEX triplet: 64, 77 and 76. RGB value is (100,119,118). Sum of RGB (Red+Green+Blue) = 100+119+118=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #647776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647776 is #9B8889. Grayscale: #717171. Windows color (decimal): -10193034 or 7763812. OLE color: 7763812.

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

Color convert

RGB 100 119 118 -
CMYK 0.16 0 0.01 0.53
HSL 176.84º 0.09% 0.43% -
HSV(B) 176.84º 0.16% 0.47% -
XYZ 15.12 17.21 19.66 -
YUV 113.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 100 119 118 0.16 0 0.01 0.53 176.84 0.09 0.43
Hex 64 77 76 10 0 1 35 B1 9 2B
Octal 144 167 166 20 0 1 65 261 11 53
Binary 1100100 1110111 1110110 10000 0 1 110101 10110001 1001 101011

Color Harmonies of #647776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647776

Black with #647776

Text Example


Text Example

White with #647776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647776; }

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

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

background-color css

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

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

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

border-color css

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

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

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