#72837E

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

Shades of Rolling Stone #72837E

Tints of Rolling Stone #72837E

Color information

#72837E (or 0x72837E) is unknown color: approx Rolling Stone. HEX triplet: 72, 83 and 7E. RGB value is (114,131,126). Sum of RGB (Red+Green+Blue) = 114+131+126=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #72837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72837E is #8D7C81. Grayscale: #7D7D7D. Windows color (decimal): -9272450 or 8291186. OLE color: 8291186.

HSL color Cylindrical-coordinate representation of color #72837E: hue angle of 162.35º 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 #72837E is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB114131126-
CMYK0.1300.040.49
HSL162.35º6.94%48.04%-
HSV(B)162.35º12.98%51.37%-
XYZ18.8221.3222.86-
YUV125.35128.37119.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=30.73%
G=35.31%
B=33.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311260.1300.040.49162.356.9448.04
Hex72837ED0431a2730
Octal162203176150461242760
Binary11100101000001111111101101010011000110100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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