#763629

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

Shades of Mocha #763629

Tints of Mocha #763629

Color information

#763629 (or 0x763629) is unknown color: approx Mocha. HEX triplet: 76, 36 and 29. RGB value is (118,54,41). Sum of RGB (Red+Green+Blue) = 118+54+41=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #763629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763629 is #89C9D6. Grayscale: #474747. Windows color (decimal): -9030103 or 2700918. OLE color: 2700918.

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

Color convert

RGB1185441-
CMYK00.540.650.54
HSL10.13º48.43%31.18%-
HSV(B)10.13º65.25%46.27%-
XYZ9.196.652.9-
YUV71.65110.7161.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=55.40%
G=25.35%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544100.540.650.5410.1348.4331.18
Hex7636290364136a301f
Octal166665106610166126037
Binary111011011011010100101101101000001110110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763629; }

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

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

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

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

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

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

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

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