#75817F

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

Shades of Rolling Stone #75817F

Tints of Rolling Stone #75817F

Color information

#75817F (or 0x75817F) is unknown color: approx Rolling Stone. HEX triplet: 75, 81 and 7F. RGB value is (117,129,127). Sum of RGB (Red+Green+Blue) = 117+129+127=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #75817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817F is #8A7E80. Grayscale: #7D7D7D. Windows color (decimal): -9076353 or 8356213. OLE color: 8356213.

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

Color convert

RGB117129127-
CMYK0.0900.020.49
HSL170º4.88%48.24%-
HSV(B)170º9.3%50.59%-
XYZ19.0221.0123.13-
YUV125.18129.02122.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 127 (50% from 255) = 34.05%
R=31.37%
G=34.58%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291270.0900.020.491704.8848.24
Hex75817F90231aa530
Octal165201177110261252560
Binary1110101100000011111111100101011000110101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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