Html Css Color HEX #647879 Nevada

📋 copy color: '#647879'

red 100 ◦ green 120 ◦ blue 121

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

Shades of Nevada #647879

Tints of Nevada #647879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 29.33%
G = 35.19%
B = 35.48%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#647879 (or 0x647879) is known color: Nevada. HEX triplet: 64, 78 and 79. RGB value is (100,120,121). Sum of RGB (Red+Green+Blue) = 100+120+121=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #647879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647879 is #9B8786. Grayscale: #727272. Windows color (decimal): -10192775 or 7960676. OLE color: 7960676.

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

Color convert

RGB 100 120 121 -
CMYK 0.17 0.01 0 0.53
HSL 182.86º 0.1% 0.43% -
HSV(B) 182.86º 0.17% 0.47% -
XYZ 15.42 17.52 20.66 -
YUV 114.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 100 120 121 0.17 0.01 0 0.53 182.86 0.1 0.43
Hex 64 78 79 11 1 0 35 B7 A 2B
Octal 144 170 171 21 1 0 65 267 12 53
Binary 1100100 1111000 1111001 10001 1 0 110101 10110111 1010 101011

Color Harmonies of #647879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647879

Black with #647879

Text Example


Text Example

White with #647879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647879; }

 p { color: rgb(100,120,121); }

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

background-color css

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

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

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

border-color css

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

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

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