#72837D

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

Shades of Rolling Stone #72837D

Tints of Rolling Stone #72837D

Color information

#72837D (or 0x72837D) is unknown color: approx Rolling Stone. HEX triplet: 72, 83 and 7D. RGB value is (114,131,125). Sum of RGB (Red+Green+Blue) = 114+131+125=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #72837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72837D is #8D7C82. Grayscale: #7D7D7D. Windows color (decimal): -9272451 or 8225650. OLE color: 8225650.

HSL color Cylindrical-coordinate representation of color #72837D: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #72837D is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB114131125-
CMYK0.1300.050.49
HSL158.82º6.94%48.04%-
HSV(B)158.82º12.98%51.37%-
XYZ18.7621.2922.52-
YUV125.23127.87119.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=30.81%
G=35.41%
B=33.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311250.1300.050.49158.826.9448.04
Hex72837DD05319f730
Octal162203175150561237760
Binary11100101000001111111011101010111000110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72837D; }

 p { color: rgb(114,131,125); }

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

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

 a { background-color: rgb(114,131,125); }

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

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

 span { border-color: rgb(114,131,125); }

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