#75837F

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

Shades of Rolling Stone #75837F

Tints of Rolling Stone #75837F

Color information

#75837F (or 0x75837F) is unknown color: approx Rolling Stone. HEX triplet: 75, 83 and 7F. RGB value is (117,131,127). Sum of RGB (Red+Green+Blue) = 117+131+127=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #75837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837F is #8A7C80. Grayscale: #7E7E7E. Windows color (decimal): -9075841 or 8356725. OLE color: 8356725.

HSL color Cylindrical-coordinate representation of color #75837F: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75837F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB117131127-
CMYK0.1100.030.49
HSL162.86º5.65%48.63%-
HSV(B)162.86º10.69%51.37%-
XYZ19.2821.5523.22-
YUV126.36128.36121.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=31.2%
G=34.93%
B=33.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311270.1100.030.49162.865.6548.63
Hex75837FB0331a3631
Octal165203177130361243661
Binary1110101100000111111111101101111000110100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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