#7A3528

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

Shades of Mocha #7A3528

Tints of Mocha #7A3528

Color information

#7A3528 (or 0x7A3528) is unknown color: approx Mocha. HEX triplet: 7A, 35 and 28. RGB value is (122,53,40). Sum of RGB (Red+Green+Blue) = 122+53+40=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3528 is #85CAD7. Grayscale: #484848. Windows color (decimal): -8768216 or 2635130. OLE color: 2635130.

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

Color convert

RGB1225340-
CMYK00.570.670.52
HSL9.51º50.62%31.76%-
HSV(B)9.51º67.21%47.84%-
XYZ9.686.842.82-
YUV72.15109.86163.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=56.74%
G=24.65%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122534000.570.670.529.5150.6231.76
Hex7A35280394334a3320
Octal172655007110364126340
Binary1111010110101101000011100110000111101001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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