Html Css Color HEX #637472 Nevada

📋 copy color: '#637472'

red 99 ◦ green 116 ◦ blue 114

#637472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #637472

Tints of Nevada #637472

RGB

 RED value IS 99 (39.06% from 255) = 30.09%

 GREEN value IS 116 (45.7% 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 value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#637472 (or 0x637472) is known color: 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

RGB 99 116 114 -
CMYK 0.15 0 0.02 0.55
HSL 172.94º 0.08% 0.42% -
HSV(B) 172.94º 0.15% 0.45% -
XYZ 14.43 16.36 18.32 -
YUV 110.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 99 116 114 0.15 0 0.02 0.55 172.94 0.08 0.42
Hex 63 74 72 F 0 2 37 AD 8 2A
Octal 143 164 162 17 0 2 67 255 10 52
Binary 1100011 1110100 1110010 1111 0 10 110111 10101101 1000 101010

Color Harmonies of #637472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637472

Black with #637472

Text Example


Text Example

White with #637472

Text Example


Text Example

HTML Codes & Css Web 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>