#74372C

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

Shades of Mocha #74372C

Tints of Mocha #74372C

Color information

#74372C (or 0x74372C) is unknown color: approx Mocha. HEX triplet: 74, 37 and 2C. RGB value is (116,55,44). Sum of RGB (Red+Green+Blue) = 116+55+44=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74372C is #8BC8D3. Grayscale: #484848. Windows color (decimal): -9160916 or 2897780. OLE color: 2897780.

HSL color Cylindrical-coordinate representation of color #74372C: hue angle of 9.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74372C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1165544-
CMYK00.530.620.55
HSL9.17º45%31.37%-
HSV(B)9.17º62.07%45.49%-
XYZ9.026.633.19-
YUV71.98112.21159.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=53.95%
G=25.58%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116554400.530.620.559.174531.37
Hex74372C0353E3792d1f
Octal16467540657667115537
Binary11101001101111011000110101111110110111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74372C; }

 p { color: rgb(116,55,44); }

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

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

 a { background-color: rgb(116,55,44); }

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

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

 span { border-color: rgb(116,55,44); }

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