#773429

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

Shades of Mocha #773429

Tints of Mocha #773429

Color information

#773429 (or 0x773429) is unknown color: approx Mocha. HEX triplet: 77, 34 and 29. RGB value is (119,52,41). Sum of RGB (Red+Green+Blue) = 119+52+41=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #773429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773429 is #88CBD6. Grayscale: #464646. Windows color (decimal): -8965079 or 2700407. OLE color: 2700407.

HSL color Cylindrical-coordinate representation of color #773429: hue angle of 8.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773429 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1195241-
CMYK00.560.660.53
HSL8.46º48.75%31.37%-
HSV(B)8.46º65.55%46.67%-
XYZ9.246.542.87-
YUV70.78111.2162.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=56.13%
G=24.53%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119524100.560.660.538.4648.7531.37
Hex77342903842358311f
Octal167645107010265106137
Binary111011111010010100101110001000010110101100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773429; }

 p { color: rgb(119,52,41); }

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

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

 a { background-color: rgb(119,52,41); }

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

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

 span { border-color: rgb(119,52,41); }

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