#637875

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

Shades of Rolling Stone #637875

Tints of Rolling Stone #637875

Color information

#637875 (or 0x637875) is unknown color: approx Rolling Stone. HEX triplet: 63, 78 and 75. RGB value is (99,120,117). Sum of RGB (Red+Green+Blue) = 99+120+117=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #637875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637875 is #9C878A. Grayscale: #717171. Windows color (decimal): -10258315 or 7698531. OLE color: 7698531.

HSL color Cylindrical-coordinate representation of color #637875: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637875 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB99120117-
CMYK0.1700.020.53
HSL171.43º9.59%42.94%-
HSV(B)171.43º17.5%47.06%-
XYZ15.0717.3719.39-
YUV113.38130.04117.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=29.46%
G=35.71%
B=34.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991201170.1700.020.53171.439.5942.94
Hex637875110235aba2b
Octal1431701652102652531253
Binary11000111111000111010110001010110101101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637875; }

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

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

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

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

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

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

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

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