#72837F

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

Shades of Rolling Stone #72837F

Tints of Rolling Stone #72837F

Color information

#72837F (or 0x72837F) is unknown color: approx Rolling Stone. HEX triplet: 72, 83 and 7F. RGB value is (114,131,127). Sum of RGB (Red+Green+Blue) = 114+131+127=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #72837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72837F is #8D7C80. Grayscale: #7D7D7D. Windows color (decimal): -9272449 or 8356722. OLE color: 8356722.

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

Color convert

RGB114131127-
CMYK0.1300.030.49
HSL165.88º6.94%48.04%-
HSV(B)165.88º12.98%51.37%-
XYZ18.8921.3423.2-
YUV125.46128.87119.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 127 (50% from 255) = 34.14%
R=30.65%
G=35.22%
B=34.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311270.1300.030.49165.886.9448.04
Hex72837FD0331a6730
Octal162203177150361246760
Binary1110010100000111111111110101111000110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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