Html Css Color HEX #647777 Nevada

📋 copy color: '#647777'

red 100 ◦ green 119 ◦ blue 119

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

Shades of Nevada #647777

Tints of Nevada #647777

RGB

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

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

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

R = 29.59%
G = 35.21%
B = 35.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#647777 (or 0x647777) is known color: Nevada. HEX triplet: 64, 77 and 77. RGB value is (100,119,119). Sum of RGB (Red+Green+Blue) = 100+119+119=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #647777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647777 is #9B8888. Grayscale: #717171. Windows color (decimal): -10193033 or 7829348. OLE color: 7829348.

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

Color convert

RGB 100 119 119 -
CMYK 0.16 0 0 0.53
HSL 180º 0.09% 0.43% -
HSV(B) 180º 0.16% 0.47% -
XYZ 15.18 17.23 19.98 -
YUV 113.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 100 119 119 0.16 0 0 0.53 180 0.09 0.43
Hex 64 77 77 10 0 0 35 B4 9 2B
Octal 144 167 167 20 0 0 65 264 11 53
Binary 1100100 1110111 1110111 10000 0 0 110101 10110100 1001 101011

Color Harmonies of #647777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647777

Black with #647777

Text Example


Text Example

White with #647777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647777; }

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

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

background-color css

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

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

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

border-color css

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

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

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