#75817D

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

Shades of Rolling Stone #75817D

Tints of Rolling Stone #75817D

Color information

#75817D (or 0x75817D) is unknown color: approx Rolling Stone. HEX triplet: 75, 81 and 7D. RGB value is (117,129,125). Sum of RGB (Red+Green+Blue) = 117+129+125=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #75817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817D is #8A7E82. Grayscale: #7C7C7C. Windows color (decimal): -9076355 or 8225141. OLE color: 8225141.

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

Color convert

RGB117129125-
CMYK0.0900.030.49
HSL160º4.88%48.24%-
HSV(B)160º9.3%50.59%-
XYZ18.8920.9622.45-
YUV124.96128.02122.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=31.54%
G=34.77%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291250.0900.030.491604.8848.24
Hex75817D90331a0530
Octal165201175110361240560
Binary1110101100000011111101100101111000110100000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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