#627878

Color #627878 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #627878

Tints of Nevada #627878

Color information

#627878 (or 0x627878) is unknown color: approx Nevada. HEX triplet: 62, 78 and 78. RGB value is (98,120,120). Sum of RGB (Red+Green+Blue) = 98+120+120=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #627878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627878 is #9D8787. Grayscale: #717171. Windows color (decimal): -10323848 or 7895138. OLE color: 7895138.

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

Color convert

RGB98120120-
CMYK0.18000.53
HSL180º10.09%42.75%-
HSV(B)180º18.33%47.06%-
XYZ15.1417.3920.33-
YUV113.42131.71117-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=28.99%
G=35.50%
B=35.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981201200.18000.5318010.0942.75
Hex627878120035b4a2b
Octal1421701702200652641253
Binary1100010111100011110001001000110101101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627878; }

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

 H1.HeaderClassName
 {
   color: #627878;
 }
 .AnyTagClassName
 {
   color: #627878;
 }
</style>
background-color css

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

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

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

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

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

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