#627B76

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

Shades of Rolling Stone #627B76

Tints of Rolling Stone #627B76

Color information

#627B76 (or 0x627B76) is unknown color: approx Rolling Stone. HEX triplet: 62, 7B and 76. RGB value is (98,123,118). Sum of RGB (Red+Green+Blue) = 98+123+118=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #627B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B76 is #9D8489. Grayscale: #727272. Windows color (decimal): -10323082 or 7764834. OLE color: 7764834.

HSL color Cylindrical-coordinate representation of color #627B76: hue angle of 168º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #627B76 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB98123118-
CMYK0.2000.040.52
HSL168º11.31%43.33%-
HSV(B)168º20.33%48.24%-
XYZ15.3918.0719.82-
YUV114.95129.72115.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=28.91%
G=36.28%
B=34.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981231180.2000.040.5216811.3143.33
Hex627B76140434a8b2b
Octal1421731662404642501353
Binary110001011110111110110101000100110100101010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627B76; }

 p { color: rgb(98,123,118); }

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

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

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

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

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

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

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