#627B79

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

Shades of Rolling Stone #627B79

Tints of Rolling Stone #627B79

Color information

#627B79 (or 0x627B79) is unknown color: approx Rolling Stone. HEX triplet: 62, 7B and 79. RGB value is (98,123,121). Sum of RGB (Red+Green+Blue) = 98+123+121=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #627B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B79 is #9D8486. Grayscale: #737373. Windows color (decimal): -10323079 or 7961442. OLE color: 7961442.

HSL color Cylindrical-coordinate representation of color #627B79: hue angle of 175.2º 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 #627B79 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB98123121-
CMYK0.2000.020.52
HSL175.2º11.31%43.33%-
HSV(B)175.2º20.33%48.24%-
XYZ15.5718.1420.77-
YUV115.3131.22115.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=28.65%
G=35.96%
B=35.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981231210.2000.020.52175.211.3143.33
Hex627B79140234afb2b
Octal1421731712402642571353
Binary11000101111011111100110100010110100101011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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