#75362B

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

Shades of Mocha #75362B

Tints of Mocha #75362B

Color information

#75362B (or 0x75362B) is unknown color: approx Mocha. HEX triplet: 75, 36 and 2B. RGB value is (117,54,43). Sum of RGB (Red+Green+Blue) = 117+54+43=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75362B is #8AC9D4. Grayscale: #474747. Windows color (decimal): -9095637 or 2831989. OLE color: 2831989.

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

Color convert

RGB1175443-
CMYK00.540.630.54
HSL8.92º46.25%31.37%-
HSV(B)8.92º63.25%45.88%-
XYZ9.096.593.08-
YUV71.58111.87160.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=54.67%
G=25.23%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117544300.540.630.548.9246.2531.37
Hex75362B0363F3692e1f
Octal16566530667766115637
Binary11101011101101010110110110111111110110100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75362B; }

 p { color: rgb(117,54,43); }

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

<style>
 a { background-color: #75362B; }

 a { background-color: rgb(117,54,43); }

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

<style>
 span { border-color: #75362B; }

 span { border-color: rgb(117,54,43); }

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