#637472

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

Shades of Nevada #637472

Tints of Nevada #637472

Color information

#637472 (or 0x637472) is unknown color: approx Nevada. HEX triplet: 63, 74 and 72. RGB value is (99,116,114). Sum of RGB (Red+Green+Blue) = 99+116+114=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #637472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637472 is #9C8B8D. Grayscale: #6E6E6E. Windows color (decimal): -10259342 or 7500899. OLE color: 7500899.

HSL color Cylindrical-coordinate representation of color #637472: hue angle of 172.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #637472 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB99116114-
CMYK0.1500.020.55
HSL172.94º7.91%42.16%-
HSV(B)172.94º14.66%45.49%-
XYZ14.4316.3618.32-
YUV110.69129.87119.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=30.09%
G=35.26%
B=34.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991161140.1500.020.55172.947.9142.16
Hex637472F0237ad82a
Octal1431641621702672551052
Binary1100011111010011100101111010110111101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637472; }

 p { color: rgb(99,116,114); }

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

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

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

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

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

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

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