#72817B

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

Shades of Rolling Stone #72817B

Tints of Rolling Stone #72817B

Color information

#72817B (or 0x72817B) is unknown color: approx Rolling Stone. HEX triplet: 72, 81 and 7B. RGB value is (114,129,123). Sum of RGB (Red+Green+Blue) = 114+129+123=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #72817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72817B is #8D7E84. Grayscale: #7B7B7B. Windows color (decimal): -9272965 or 8094066. OLE color: 8094066.

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

Color convert

RGB114129123-
CMYK0.1200.050.49
HSL156º6.17%47.65%-
HSV(B)156º11.63%50.59%-
XYZ18.3620.7121.77-
YUV123.83127.53120.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=31.15%
G=35.25%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141291230.1200.050.491566.1747.65
Hex72817BC05319c630
Octal162201173140561234660
Binary11100101000000111110111100010111000110011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72817B; }

 p { color: rgb(114,129,123); }

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

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

 a { background-color: rgb(114,129,123); }

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

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

 span { border-color: rgb(114,129,123); }

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