#75342A

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

Shades of Mocha #75342A

Tints of Mocha #75342A

Color information

#75342A (or 0x75342A) is unknown color: approx Mocha. HEX triplet: 75, 34 and 2A. RGB value is (117,52,42). Sum of RGB (Red+Green+Blue) = 117+52+42=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75342A is #8ACBD5. Grayscale: #464646. Windows color (decimal): -9096150 or 2765941. OLE color: 2765941.

HSL color Cylindrical-coordinate representation of color #75342A: hue angle of 8º 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 #75342A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1175242-
CMYK00.560.640.54
HSL47.17%31.18%-
HSV(B)64.1%45.88%-
XYZ8.986.412.95-
YUV70.29112.03161.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=55.45%
G=24.64%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117524200.560.640.54847.1731.18
Hex75342A038403682f1f
Octal165645207010066105737
Binary111010111010010101001110001000000110110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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