Html Css Color HEX #74372C Mocha

📋 copy color: '#74372C'

red 116 ◦ green 55 ◦ blue 44

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

Shades of Mocha #74372C

Tints of Mocha #74372C

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74372C (or 0x74372C) is known color: 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

RGB 116 55 44 -
CMYK 0 0.53 0.62 0.55
HSL 9.17º 0.45% 0.31% -
HSV(B) 9.17º 0.62% 0.45% -
XYZ 9.02 6.63 3.19 -
YUV 71.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 116 55 44 0 0.53 0.62 0.55 9.17 0.45 0.31
Hex 74 37 2C 0 35 3E 37 9 2D 1F
Octal 164 67 54 0 65 76 67 11 55 37
Binary 1110100 110111 101100 0 110101 111110 110111 1001 101101 11111

Color Harmonies of #74372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74372C

Black with #74372C

Text Example


Text Example

White with #74372C

Text Example


Text Example

HTML Codes & Css Web 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>