#71837F

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

Shades of Rolling Stone #71837F

Tints of Rolling Stone #71837F

Color information

#71837F (or 0x71837F) is unknown color: approx Rolling Stone. HEX triplet: 71, 83 and 7F. RGB value is (113,131,127). Sum of RGB (Red+Green+Blue) = 113+131+127=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #71837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837F is #8E7C80. Grayscale: #7D7D7D. Windows color (decimal): -9337985 or 8356721. OLE color: 8356721.

HSL color Cylindrical-coordinate representation of color #71837F: hue angle of 166.67º 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 #71837F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB113131127-
CMYK0.1400.030.49
HSL166.67º7.38%47.84%-
HSV(B)166.67º13.74%51.37%-
XYZ18.7621.2823.2-
YUV125.16129.04119.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 127 (50% from 255) = 34.23%
R=30.46%
G=35.31%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131311270.1400.030.49166.677.3847.84
Hex71837FE0331a7730
Octal161203177160361247760
Binary1110001100000111111111111001111000110100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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