#75382A

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

Shades of Mocha #75382A

Tints of Mocha #75382A

Color information

#75382A (or 0x75382A) is unknown color: approx Mocha. HEX triplet: 75, 38 and 2A. RGB value is (117,56,42). Sum of RGB (Red+Green+Blue) = 117+56+42=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75382A is #8AC7D5. Grayscale: #484848. Windows color (decimal): -9095126 or 2766965. OLE color: 2766965.

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

Color convert

RGB1175642-
CMYK00.520.640.54
HSL11.2º47.17%31.18%-
HSV(B)11.2º64.1%45.88%-
XYZ9.176.783.02-
YUV72.64110.71159.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=54.42%
G=26.05%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117564200.520.640.5411.247.1731.18
Hex75382A0344036b2f1f
Octal165705206410066135737
Binary111010111100010101001101001000000110110101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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