Html Css Color HEX #647677 Nevada

📋 copy color: '#647677'

red 100 ◦ green 118 ◦ blue 119

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

Shades of Nevada #647677

Tints of Nevada #647677

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 100 118 119 -
CMYK 0.16 0.01 0 0.53
HSL 183.16º 0.09% 0.43% -
HSV(B) 183.16º 0.16% 0.47% -
XYZ 15.06 17 19.94 -
YUV 112.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 100 118 119 0.16 0.01 0 0.53 183.16 0.09 0.43
Hex 64 76 77 10 1 0 35 B7 9 2B
Octal 144 166 167 20 1 0 65 267 11 53
Binary 1100100 1110110 1110111 10000 1 0 110101 10110111 1001 101011

Color Harmonies of #647677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647677

Black with #647677

Text Example


Text Example

White with #647677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647677; }

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

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

background-color css

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

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

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

border-color css

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

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

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