#637777

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

Shades of Nevada #637777

Tints of Nevada #637777

Color information

#637777 (or 0x637777) is unknown color: approx Nevada. HEX triplet: 63, 77 and 77. RGB value is (99,119,119). Sum of RGB (Red+Green+Blue) = 99+119+119=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #637777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637777 is #9C8888. Grayscale: #717171. Windows color (decimal): -10258569 or 7829347. OLE color: 7829347.

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

Color convert

RGB99119119-
CMYK0.17000.53
HSL180º9.17%42.75%-
HSV(B)180º16.81%46.67%-
XYZ15.0717.1819.97-
YUV113.02131.37118-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=29.38%
G=35.31%
B=35.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991191190.17000.531809.1742.75
Hex637777110035b492b
Octal1431671672100652641153
Binary1100011111011111101111000100110101101101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637777; }

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

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

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

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

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

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

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

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