#627E78

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

Shades of Rolling Stone #627E78

Tints of Rolling Stone #627E78

Color information

#627E78 (or 0x627E78) is unknown color: approx Rolling Stone. HEX triplet: 62, 7E and 78. RGB value is (98,126,120). Sum of RGB (Red+Green+Blue) = 98+126+120=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #627E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627E78 is #9D8187. Grayscale: #747474. Windows color (decimal): -10322312 or 7896674. OLE color: 7896674.

HSL color Cylindrical-coordinate representation of color #627E78: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627E78 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB98126120-
CMYK0.2200.050.51
HSL167.14º12.5%43.92%-
HSV(B)167.14º22.22%49.41%-
XYZ15.8918.8720.58-
YUV116.94129.72114.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=28.49%
G=36.63%
B=34.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981261200.2200.050.51167.1412.543.92
Hex627E78160533a7c2c
Octal1421761702605632471454
Binary110001011111101111000101100101110011101001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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