#71817F

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

Shades of Rolling Stone #71817F

Tints of Rolling Stone #71817F

Color information

#71817F (or 0x71817F) is unknown color: approx Rolling Stone. HEX triplet: 71, 81 and 7F. RGB value is (113,129,127). Sum of RGB (Red+Green+Blue) = 113+129+127=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #71817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817F is #8E7E80. Grayscale: #7B7B7B. Windows color (decimal): -9338497 or 8356209. OLE color: 8356209.

HSL color Cylindrical-coordinate representation of color #71817F: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71817F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB113129127-
CMYK0.1200.020.49
HSL172.5º6.61%47.45%-
HSV(B)172.5º12.4%50.59%-
XYZ18.4920.7423.11-
YUV123.99129.7120.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 127 (50% from 255) = 34.42%
R=30.62%
G=34.96%
B=34.42%

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
Decimal1131291270.1200.020.49172.56.6147.45
Hex71817FC0231ac72f
Octal161201177140261254757
Binary1110001100000011111111110001011000110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,129,127); }

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

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

 a { background-color: rgb(113,129,127); }

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

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

 span { border-color: rgb(113,129,127); }

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