#637778

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

Shades of Nevada #637778

Tints of Nevada #637778

Color information

#637778 (or 0x637778) is unknown color: approx Nevada. HEX triplet: 63, 77 and 78. RGB value is (99,119,120). Sum of RGB (Red+Green+Blue) = 99+119+120=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #637778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637778 is #9C8887. Grayscale: #717171. Windows color (decimal): -10258568 or 7894883. OLE color: 7894883.

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

Color convert

RGB99119120-
CMYK0.170.0100.53
HSL182.86º9.59%42.94%-
HSV(B)182.86º17.5%47.06%-
XYZ15.1317.220.29-
YUV113.13131.87117.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=29.29%
G=35.21%
B=35.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991191200.170.0100.53182.869.5942.94
Hex637778111035b7a2b
Octal1431671702110652671253
Binary1100011111011111110001000110110101101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637778; }

 p { color: rgb(99,119,120); }

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

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

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

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

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

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

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