Html Css Color HEX #74372B Mocha

📋 copy color: '#74372B'

red 116 ◦ green 55 ◦ blue 43

#74372B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mocha #74372B

Tints of Mocha #74372B

RGB

 RED value IS 116 (45.7% from 255) = 54.21%

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 54.21%
G = 25.7%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74372B (or 0x74372B) is known color: Mocha. HEX triplet: 74, 37 and 2B. RGB value is (116,55,43). Sum of RGB (Red+Green+Blue) = 116+55+43=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74372B is #8BC8D4. Grayscale: #474747. Windows color (decimal): -9160917 or 2832244. OLE color: 2832244.

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

Color convert

RGB 116 55 43 -
CMYK 0 0.53 0.63 0.55
HSL 9.86º 0.46% 0.31% -
HSV(B) 9.86º 0.63% 0.45% -
XYZ 9 6.62 3.09 -
YUV 71.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 116 55 43 0 0.53 0.63 0.55 9.86 0.46 0.31
Hex 74 37 2B 0 35 3F 37 A 2E 1F
Octal 164 67 53 0 65 77 67 12 56 37
Binary 1110100 110111 101011 0 110101 111111 110111 1010 101110 11111

Color Harmonies of #74372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74372B

Black with #74372B

Text Example


Text Example

White with #74372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74372B;
 }
 .AnyTagClassName
 {
   color: #74372B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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