#627875

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

Shades of Rolling Stone #627875

Tints of Rolling Stone #627875

Color information

#627875 (or 0x627875) is unknown color: approx Rolling Stone. HEX triplet: 62, 78 and 75. RGB value is (98,120,117). Sum of RGB (Red+Green+Blue) = 98+120+117=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #627875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627875 is #9D878A. Grayscale: #717171. Windows color (decimal): -10323851 or 7698530. OLE color: 7698530.

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

Color convert

RGB98120117-
CMYK0.1800.020.53
HSL171.82º10.09%42.75%-
HSV(B)171.82º18.33%47.06%-
XYZ14.9617.3119.38-
YUV113.08130.21117.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=29.25%
G=35.82%
B=34.93%

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
Decimal981201170.1800.020.53171.8210.0942.75
Hex627875120235aca2b
Octal1421701652202652541253
Binary11000101111000111010110010010110101101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627875; }

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

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

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

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

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

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

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

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