#75847F

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

Shades of Rolling Stone #75847F

Tints of Rolling Stone #75847F

Color information

#75847F (or 0x75847F) is unknown color: approx Rolling Stone. HEX triplet: 75, 84 and 7F. RGB value is (117,132,127). Sum of RGB (Red+Green+Blue) = 117+132+127=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #75847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75847F is #8A7B80. Grayscale: #7E7E7E. Windows color (decimal): -9075585 or 8356981. OLE color: 8356981.

HSL color Cylindrical-coordinate representation of color #75847F: hue angle of 160º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75847F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB117132127-
CMYK0.1100.040.48
HSL160º6.02%48.82%-
HSV(B)160º11.36%51.76%-
XYZ19.4221.8223.27-
YUV126.94128.03120.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 127 (50% from 255) = 33.78%
R=31.12%
G=35.11%
B=33.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321270.1100.040.481606.0248.82
Hex75847FB0430a0631
Octal165204177130460240661
Binary11101011000010011111111011010011000010100000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,132,127); }

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

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

 a { background-color: rgb(117,132,127); }

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

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

 span { border-color: rgb(117,132,127); }

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