#637272

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

Shades of Nevada #637272

Tints of Nevada #637272

Color information

#637272 (or 0x637272) is unknown color: approx Nevada. HEX triplet: 63, 72 and 72. RGB value is (99,114,114). Sum of RGB (Red+Green+Blue) = 99+114+114=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #637272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637272 is #9C8D8D. Grayscale: #6D6D6D. Windows color (decimal): -10259854 or 7500387. OLE color: 7500387.

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

Color convert

RGB99114114-
CMYK0.13000.55
HSL180º7.04%41.76%-
HSV(B)180º13.16%44.71%-
XYZ14.215.918.24-
YUV109.51130.53120.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=30.28%
G=34.86%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991141140.13000.551807.0441.76
Hex637272D0037b472a
Octal143162162150067264752
Binary11000111110010111001011010011011110110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637272; }

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

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

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

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

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

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

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

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