#763A2A

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

Shades of Mocha #763A2A

Tints of Mocha #763A2A

Color information

#763A2A (or 0x763A2A) is unknown color: approx Mocha. HEX triplet: 76, 3A and 2A. RGB value is (118,58,42). Sum of RGB (Red+Green+Blue) = 118+58+42=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A2A is #89C5D5. Grayscale: #4A4A4A. Windows color (decimal): -9029078 or 2767478. OLE color: 2767478.

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

Color convert

RGB1185842-
CMYK00.510.640.54
HSL12.63º47.5%31.37%-
HSV(B)12.63º64.41%46.27%-
XYZ9.47.043.05-
YUV74.12109.88159.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=54.13%
G=26.61%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118584200.510.640.5412.6347.531.37
Hex763A2A0334036d301f
Octal166725206310066156037
Binary111011011101010101001100111000000110110110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A2A; }

 p { color: rgb(118,58,42); }

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

<style>
 a { background-color: #763A2A; }

 a { background-color: rgb(118,58,42); }

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

<style>
 span { border-color: #763A2A; }

 span { border-color: rgb(118,58,42); }

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