#627872

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

Shades of Rolling Stone #627872

Tints of Rolling Stone #627872

Color information

#627872 (or 0x627872) is unknown color: approx Rolling Stone. HEX triplet: 62, 78 and 72. RGB value is (98,120,114). Sum of RGB (Red+Green+Blue) = 98+120+114=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #627872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627872 is #9D878D. Grayscale: #707070. Windows color (decimal): -10323854 or 7501922. OLE color: 7501922.

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

Color convert

RGB98120114-
CMYK0.1800.050.53
HSL163.64º10.09%42.75%-
HSV(B)163.64º18.33%47.06%-
XYZ14.7917.2418.47-
YUV112.74128.71117.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=29.52%
G=36.14%
B=34.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981201140.1800.050.53163.6410.0942.75
Hex627872120535a4a2b
Octal1421701622205652441253
Binary110001011110001110010100100101110101101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627872; }

 p { color: rgb(98,120,114); }

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

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

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

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

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

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

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