#627777

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

Shades of Nevada #627777

Tints of Nevada #627777

Color information

#627777 (or 0x627777) is unknown color: approx Nevada. HEX triplet: 62, 77 and 77. RGB value is (98,119,119). Sum of RGB (Red+Green+Blue) = 98+119+119=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #627777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627777 is #9D8888. Grayscale: #707070. Windows color (decimal): -10324105 or 7829346. OLE color: 7829346.

HSL color Cylindrical-coordinate representation of color #627777: hue angle of 180º 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 #627777 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98119119-
CMYK0.18000.53
HSL180º9.68%42.55%-
HSV(B)180º17.65%46.67%-
XYZ14.9617.1219.97-
YUV112.72131.54117.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=29.17%
G=35.42%
B=35.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981191190.18000.531809.6842.55
Hex627777120035b4a2b
Octal1421671672200652641253
Binary1100010111011111101111001000110101101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627777; }

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

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

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

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

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

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

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

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