#627476

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

Shades of Nevada #627476

Tints of Nevada #627476

Color information

#627476 (or 0x627476) is unknown color: approx Nevada. HEX triplet: 62, 74 and 76. RGB value is (98,116,118). Sum of RGB (Red+Green+Blue) = 98+116+118=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #627476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627476 is #9D8B89. Grayscale: #6E6E6E. Windows color (decimal): -10324874 or 7763042. OLE color: 7763042.

HSL color Cylindrical-coordinate representation of color #627476: hue angle of 186º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #627476 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB98116118-
CMYK0.170.0200.54
HSL186º9.26%42.35%-
HSV(B)186º16.95%46.27%-
XYZ14.5516.419.54-
YUV110.85132.04118.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=29.52%
G=34.94%
B=35.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981161180.170.0200.541869.2642.35
Hex627476112036ba92a
Octal1421641662120662721152
Binary11000101110100111011010001100110110101110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627476; }

 p { color: rgb(98,116,118); }

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

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

 a { background-color: rgb(98,116,118); }

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

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

 span { border-color: rgb(98,116,118); }

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