#75372C

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

Shades of Mocha #75372C

Tints of Mocha #75372C

Color information

#75372C (or 0x75372C) is unknown color: approx Mocha. HEX triplet: 75, 37 and 2C. RGB value is (117,55,44). Sum of RGB (Red+Green+Blue) = 117+55+44=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372C is #8AC8D3. Grayscale: #484848. Windows color (decimal): -9095380 or 2897781. OLE color: 2897781.

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

Color convert

RGB1175544-
CMYK00.530.620.54
HSL9.04º45.34%31.57%-
HSV(B)9.04º62.39%45.88%-
XYZ9.166.73.19-
YUV72.28112.04159.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=54.17%
G=25.46%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117554400.530.620.549.0445.3431.57
Hex75372C0353E3692d20
Octal16567540657666115540
Binary111010111011110110001101011111101101101001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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