#71807A

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

Shades of Rolling Stone #71807A

Tints of Rolling Stone #71807A

Color information

#71807A (or 0x71807A) is unknown color: approx Rolling Stone. HEX triplet: 71, 80 and 7A. RGB value is (113,128,122). Sum of RGB (Red+Green+Blue) = 113+128+122=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #71807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71807A is #8E7F85. Grayscale: #7A7A7A. Windows color (decimal): -9338758 or 8028273. OLE color: 8028273.

HSL color Cylindrical-coordinate representation of color #71807A: hue angle of 156º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71807A is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB113128122-
CMYK0.1200.050.50
HSL156º6.22%47.25%-
HSV(B)156º11.72%50.2%-
XYZ18.0420.3521.39-
YUV122.83127.53120.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=31.13%
G=35.26%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131281220.1200.050.501566.2247.25
Hex71807AC05329c62f
Octal161200172140562234657
Binary11100011000000011110101100010111001010011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71807A; }

 p { color: rgb(113,128,122); }

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

<style>
 a { background-color: #71807A; }

 a { background-color: rgb(113,128,122); }

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

<style>
 span { border-color: #71807A; }

 span { border-color: rgb(113,128,122); }

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