#75332A

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

Shades of Mocha #75332A

Tints of Mocha #75332A

Color information

#75332A (or 0x75332A) is unknown color: approx Mocha. HEX triplet: 75, 33 and 2A. RGB value is (117,51,42). Sum of RGB (Red+Green+Blue) = 117+51+42=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75332A is #8ACCD5. Grayscale: #454545. Windows color (decimal): -9096406 or 2765685. OLE color: 2765685.

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

Color convert

RGB1175142-
CMYK00.560.640.54
HSL7.2º47.17%31.18%-
HSV(B)7.2º64.1%45.88%-
XYZ8.946.322.94-
YUV69.71112.37161.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 42 (16.80% from 255) = 20%
R=55.71%
G=24.29%
B=20%

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
Decimal117514200.560.640.547.247.1731.18
Hex75332A038403672f1f
Octal16563520701006675737
Binary11101011100111010100111000100000011011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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