#75372B

Color #75372B Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #75372B

Tints of Mocha #75372B

Color information

#75372B (or 0x75372B) is unknown color: approx Mocha. HEX triplet: 75, 37 and 2B. RGB value is (117,55,43). Sum of RGB (Red+Green+Blue) = 117+55+43=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372B is #8AC8D4. Grayscale: #484848. Windows color (decimal): -9095381 or 2832245. OLE color: 2832245.

HSL color Cylindrical-coordinate representation of color #75372B: hue angle of 9.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75372B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1175543-
CMYK00.530.630.54
HSL9.73º46.25%31.37%-
HSV(B)9.73º63.25%45.88%-
XYZ9.146.693.09-
YUV72.17111.54159.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 43 (17.19% from 255) = 20%
R=54.42%
G=25.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117554300.530.630.549.7346.2531.37
Hex75372B0353F36a2e1f
Octal16567530657766125637
Binary11101011101111010110110101111111110110101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75372B; }

 p { color: rgb(117,55,43); }

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

<style>
 a { background-color: #75372B; }

 a { background-color: rgb(117,55,43); }

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

<style>
 span { border-color: #75372B; }

 span { border-color: rgb(117,55,43); }

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