#74372A

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

Shades of Mocha #74372A

Tints of Mocha #74372A

Color information

#74372A (or 0x74372A) is unknown color: approx Mocha. HEX triplet: 74, 37 and 2A. RGB value is (116,55,42). Sum of RGB (Red+Green+Blue) = 116+55+42=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74372A is #8BC8D5. Grayscale: #474747. Windows color (decimal): -9160918 or 2766708. OLE color: 2766708.

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

Color convert

RGB1165542-
CMYK00.530.640.55
HSL10.54º46.84%30.98%-
HSV(B)10.54º63.79%45.49%-
XYZ8.996.612.99-
YUV71.76111.21159.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=54.46%
G=25.82%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116554200.530.640.5510.5446.8430.98
Hex74372A0354037b2f1f
Octal164675206510067135737
Binary111010011011110101001101011000000110111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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