#75372A

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

Shades of Mocha #75372A

Tints of Mocha #75372A

Color information

#75372A (or 0x75372A) is unknown color: approx Mocha. HEX triplet: 75, 37 and 2A. RGB value is (117,55,42). Sum of RGB (Red+Green+Blue) = 117+55+42=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75372A is #8AC8D5. Grayscale: #484848. Windows color (decimal): -9095382 or 2766709. OLE color: 2766709.

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

Color convert

RGB1175542-
CMYK00.530.640.54
HSL10.4º47.17%31.18%-
HSV(B)10.4º64.1%45.88%-
XYZ9.126.683-
YUV72.06111.04160.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=54.67%
G=25.70%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117554200.530.640.5410.447.1731.18
Hex75372A0354036a2f1f
Octal165675206510066125737
Binary111010111011110101001101011000000110110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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