#627775

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

Shades of Rolling Stone #627775

Tints of Rolling Stone #627775

Color information

#627775 (or 0x627775) is unknown color: approx Rolling Stone. HEX triplet: 62, 77 and 75. RGB value is (98,119,117). Sum of RGB (Red+Green+Blue) = 98+119+117=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #627775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627775 is #9D888A. Grayscale: #707070. Windows color (decimal): -10324107 or 7698274. OLE color: 7698274.

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

Color convert

RGB98119117-
CMYK0.1800.020.53
HSL174.29º9.68%42.55%-
HSV(B)174.29º17.65%46.67%-
XYZ14.8417.0719.34-
YUV112.49130.54117.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=29.34%
G=35.63%
B=35.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981191170.1800.020.53174.299.6842.55
Hex627775120235aea2b
Octal1421671652202652561253
Binary11000101110111111010110010010110101101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627775; }

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

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

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

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

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

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

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

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