#75837E

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

Shades of Rolling Stone #75837E

Tints of Rolling Stone #75837E

Color information

#75837E (or 0x75837E) is unknown color: approx Rolling Stone. HEX triplet: 75, 83 and 7E. RGB value is (117,131,126). Sum of RGB (Red+Green+Blue) = 117+131+126=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 131 - color contains mainly: green. Hex color #75837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837E is #8A7C81. Grayscale: #7E7E7E. Windows color (decimal): -9075842 or 8291189. OLE color: 8291189.

HSL color Cylindrical-coordinate representation of color #75837E: hue angle of 158.57º 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 #75837E is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB117131126-
CMYK0.1100.040.49
HSL158.57º5.65%48.63%-
HSV(B)158.57º10.69%51.37%-
XYZ19.2221.5222.88-
YUV126.24127.86121.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=31.28%
G=35.03%
B=33.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311260.1100.040.49158.575.6548.63
Hex75837EB04319f631
Octal165203176130461237661
Binary11101011000001111111101011010011000110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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