#71817C

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

Shades of Rolling Stone #71817C

Tints of Rolling Stone #71817C

Color information

#71817C (or 0x71817C) is unknown color: approx Rolling Stone. HEX triplet: 71, 81 and 7C. RGB value is (113,129,124). Sum of RGB (Red+Green+Blue) = 113+129+124=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #71817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817C is #8E7E83. Grayscale: #7B7B7B. Windows color (decimal): -9338500 or 8159601. OLE color: 8159601.

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

Color convert

RGB113129124-
CMYK0.1200.040.49
HSL161.25º6.61%47.45%-
HSV(B)161.25º12.4%50.59%-
XYZ18.320.6722.09-
YUV123.65128.2120.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=30.87%
G=35.25%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131291240.1200.040.49161.256.6147.45
Hex71817CC0431a172f
Octal161201174140461241757
Binary11100011000000111111001100010011000110100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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