#75827F

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

Shades of Rolling Stone #75827F

Tints of Rolling Stone #75827F

Color information

#75827F (or 0x75827F) is unknown color: approx Rolling Stone. HEX triplet: 75, 82 and 7F. RGB value is (117,130,127). Sum of RGB (Red+Green+Blue) = 117+130+127=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 130 - color contains mainly: green. Hex color #75827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75827F is #8A7D80. Grayscale: #7D7D7D. Windows color (decimal): -9076097 or 8356469. OLE color: 8356469.

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

Color convert

RGB117130127-
CMYK0.100.020.49
HSL166.15º5.26%48.43%-
HSV(B)166.15º10%50.98%-
XYZ19.1521.2823.18-
YUV125.77128.69121.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 127 (50% from 255) = 33.96%
R=31.28%
G=34.76%
B=33.96%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301270.100.020.49166.155.2648.43
Hex75827FA0231a6530
Octal165202177120261246560
Binary1110101100000101111111101001011000110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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