#75817C

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

Shades of Rolling Stone #75817C

Tints of Rolling Stone #75817C

Color information

#75817C (or 0x75817C) is unknown color: approx Rolling Stone. HEX triplet: 75, 81 and 7C. RGB value is (117,129,124). Sum of RGB (Red+Green+Blue) = 117+129+124=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #75817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817C is #8A7E83. Grayscale: #7C7C7C. Windows color (decimal): -9076356 or 8159605. OLE color: 8159605.

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

Color convert

RGB117129124-
CMYK0.0900.040.49
HSL155º4.88%48.24%-
HSV(B)155º9.3%50.59%-
XYZ18.8220.9422.12-
YUV124.84127.52122.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=31.62%
G=34.86%
B=33.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291240.0900.040.491554.8848.24
Hex75817C904319b530
Octal165201174110461233560
Binary11101011000000111111001001010011000110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75817C; }

 p { color: rgb(117,129,124); }

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

<style>
 a { background-color: #75817C; }

 a { background-color: rgb(117,129,124); }

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

<style>
 span { border-color: #75817C; }

 span { border-color: rgb(117,129,124); }

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