#763928

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

Shades of Mocha #763928

Tints of Mocha #763928

Color information

#763928 (or 0x763928) is unknown color: approx Mocha. HEX triplet: 76, 39 and 28. RGB value is (118,57,40). Sum of RGB (Red+Green+Blue) = 118+57+40=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763928 is #89C6D7. Grayscale: #494949. Windows color (decimal): -9029336 or 2636150. OLE color: 2636150.

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

Color convert

RGB1185740-
CMYK00.520.660.54
HSL13.08º49.37%30.98%-
HSV(B)13.08º66.1%46.27%-
XYZ9.326.932.85-
YUV73.3109.21159.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=54.88%
G=26.51%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574000.520.660.5413.0849.3730.98
Hex7639280344236d311f
Octal166715006410266156137
Binary111011011100110100001101001000010110110110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763928; }

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

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

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

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

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

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

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

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