#72827F

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

Shades of Rolling Stone #72827F

Tints of Rolling Stone #72827F

Color information

#72827F (or 0x72827F) is unknown color: approx Rolling Stone. HEX triplet: 72, 82 and 7F. RGB value is (114,130,127). Sum of RGB (Red+Green+Blue) = 114+130+127=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #72827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827F is #8D7D80. Grayscale: #7C7C7C. Windows color (decimal): -9272705 or 8356466. OLE color: 8356466.

HSL color Cylindrical-coordinate representation of color #72827F: hue angle of 168.75º degrees, saturation: 0.07, 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 #72827F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB114130127-
CMYK0.1200.020.49
HSL168.75º6.56%47.84%-
HSV(B)168.75º12.31%50.98%-
XYZ18.7521.0723.16-
YUV124.87129.2120.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 127 (50% from 255) = 34.23%
R=30.73%
G=35.04%
B=34.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141301270.1200.020.49168.756.5647.84
Hex72827FC0231a9730
Octal162202177140261251760
Binary1110010100000101111111110001011000110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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