#627677

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

Shades of Nevada #627677

Tints of Nevada #627677

Color information

#627677 (or 0x627677) is unknown color: approx Nevada. HEX triplet: 62, 76 and 77. RGB value is (98,118,119). Sum of RGB (Red+Green+Blue) = 98+118+119=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #627677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627677 is #9D8988. Grayscale: #707070. Windows color (decimal): -10324361 or 7829090. OLE color: 7829090.

HSL color Cylindrical-coordinate representation of color #627677: hue angle of 182.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627677 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98118119-
CMYK0.180.0100.53
HSL182.86º9.68%42.55%-
HSV(B)182.86º17.65%46.67%-
XYZ14.8516.8919.93-
YUV112.13131.87117.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=29.25%
G=35.22%
B=35.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981181190.180.0100.53182.869.6842.55
Hex627677121035b7a2b
Octal1421661672210652671253
Binary1100010111011011101111001010110101101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627677; }

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

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

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

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

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

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

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

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