#75827D

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

Shades of Rolling Stone #75827D

Tints of Rolling Stone #75827D

Color information

#75827D (or 0x75827D) is unknown color: approx Rolling Stone. HEX triplet: 75, 82 and 7D. RGB value is (117,130,125). Sum of RGB (Red+Green+Blue) = 117+130+125=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 130 - color contains mainly: green. Hex color #75827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75827D is #8A7D82. Grayscale: #7D7D7D. Windows color (decimal): -9076099 or 8225397. OLE color: 8225397.

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

Color convert

RGB117130125-
CMYK0.100.040.49
HSL156.92º5.26%48.43%-
HSV(B)156.92º10%50.98%-
XYZ19.0221.2322.5-
YUV125.54127.69121.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=31.45%
G=34.95%
B=33.60%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301250.100.040.49156.925.2648.43
Hex75827DA04319d530
Octal165202175120461235560
Binary11101011000001011111011010010011000110011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75827D; }

 p { color: rgb(117,130,125); }

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

<style>
 a { background-color: #75827D; }

 a { background-color: rgb(117,130,125); }

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

<style>
 span { border-color: #75827D; }

 span { border-color: rgb(117,130,125); }

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