#763929

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

Shades of Mocha #763929

Tints of Mocha #763929

Color information

#763929 (or 0x763929) is unknown color: approx Mocha. HEX triplet: 76, 39 and 29. RGB value is (118,57,41). Sum of RGB (Red+Green+Blue) = 118+57+41=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #763929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763929 is #89C6D6. Grayscale: #494949. Windows color (decimal): -9029335 or 2701686. OLE color: 2701686.

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

Color convert

RGB1185741-
CMYK00.520.650.54
HSL12.47º48.43%31.18%-
HSV(B)12.47º65.25%46.27%-
XYZ9.336.942.94-
YUV73.41109.71159.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=54.63%
G=26.39%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574100.520.650.5412.4748.4331.18
Hex7639290344136c301f
Octal166715106410166146037
Binary111011011100110100101101001000001110110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763929; }

 p { color: rgb(118,57,41); }

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

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

 a { background-color: rgb(118,57,41); }

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

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

 span { border-color: rgb(118,57,41); }

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