#71837E

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

Shades of Rolling Stone #71837E

Tints of Rolling Stone #71837E

Color information

#71837E (or 0x71837E) is unknown color: approx Rolling Stone. HEX triplet: 71, 83 and 7E. RGB value is (113,131,126). Sum of RGB (Red+Green+Blue) = 113+131+126=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #71837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837E is #8E7C81. Grayscale: #7D7D7D. Windows color (decimal): -9337986 or 8291185. OLE color: 8291185.

HSL color Cylindrical-coordinate representation of color #71837E: hue angle of 163.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71837E is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB113131126-
CMYK0.1400.040.49
HSL163.33º7.38%47.84%-
HSV(B)163.33º13.74%51.37%-
XYZ18.6921.2522.86-
YUV125.05128.54119.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=30.54%
G=35.41%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131311260.1400.040.49163.337.3847.84
Hex71837EE0431a3730
Octal161203176160461243760
Binary11100011000001111111101110010011000110100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71837E; }

 p { color: rgb(113,131,126); }

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

<style>
 a { background-color: #71837E; }

 a { background-color: rgb(113,131,126); }

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

<style>
 span { border-color: #71837E; }

 span { border-color: rgb(113,131,126); }

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