#7A3529

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

Shades of Mocha #7A3529

Tints of Mocha #7A3529

Color information

#7A3529 (or 0x7A3529) is unknown color: approx Mocha. HEX triplet: 7A, 35 and 29. RGB value is (122,53,41). Sum of RGB (Red+Green+Blue) = 122+53+41=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3529 is #85CAD6. Grayscale: #484848. Windows color (decimal): -8768215 or 2700666. OLE color: 2700666.

HSL color Cylindrical-coordinate representation of color #7A3529: hue angle of 8.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3529 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1225341-
CMYK00.570.660.52
HSL8.89º49.69%31.96%-
HSV(B)8.89º66.39%47.84%-
XYZ9.76.842.91-
YUV72.26110.36163.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=56.48%
G=24.54%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122534100.570.660.528.8949.6931.96
Hex7A3529039423493220
Octal172655107110264116240
Binary1111010110101101001011100110000101101001001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3529; }

 p { color: rgb(122,53,41); }

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

<style>
 a { background-color: #7A3529; }

 a { background-color: rgb(122,53,41); }

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

<style>
 span { border-color: #7A3529; }

 span { border-color: rgb(122,53,41); }

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