Html Css Color HEX #647878 Nevada

📋 copy color: '#647878'

red 100 ◦ green 120 ◦ blue 120

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

Shades of Nevada #647878

Tints of Nevada #647878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 29.41%
G = 35.29%
B = 35.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#647878 (or 0x647878) is known color: Nevada. HEX triplet: 64, 78 and 78. RGB value is (100,120,120). Sum of RGB (Red+Green+Blue) = 100+120+120=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #647878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647878 is #9B8787. Grayscale: #727272. Windows color (decimal): -10192776 or 7895140. OLE color: 7895140.

HSL color Cylindrical-coordinate representation of color #647878: 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.17%. Process color model (Four color, CMYK) of #647878 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 120 120 -
CMYK 0.17 0 0 0.53
HSL 180º 0.09% 0.43% -
HSV(B) 180º 0.17% 0.47% -
XYZ 15.36 17.5 20.34 -
YUV 114.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 100 120 120 0.17 0 0 0.53 180 0.09 0.43
Hex 64 78 78 11 0 0 35 B4 9 2B
Octal 144 170 170 21 0 0 65 264 11 53
Binary 1100100 1111000 1111000 10001 0 0 110101 10110100 1001 101011

Color Harmonies of #647878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647878

Black with #647878

Text Example


Text Example

White with #647878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647878; }

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

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

background-color css

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

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

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

border-color css

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

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

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