#627572

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

Shades of Rolling Stone #627572

Tints of Rolling Stone #627572

Color information

#627572 (or 0x627572) is unknown color: approx Rolling Stone. HEX triplet: 62, 75 and 72. RGB value is (98,117,114). Sum of RGB (Red+Green+Blue) = 98+117+114=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #627572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627572 is #9D8A8D. Grayscale: #6E6E6E. Windows color (decimal): -10324622 or 7501154. OLE color: 7501154.

HSL color Cylindrical-coordinate representation of color #627572: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #627572 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB98117114-
CMYK0.1600.030.54
HSL170.53º8.84%42.16%-
HSV(B)170.53º16.24%45.88%-
XYZ14.4416.5318.35-
YUV110.98129.71118.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=29.79%
G=35.56%
B=34.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981171140.1600.030.54170.538.8442.16
Hex627572100336ab92a
Octal1421651622003662531152
Binary11000101110101111001010000011110110101010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627572; }

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

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

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

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

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

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

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

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