Html Css Color HEX #74372F Mocha

📋 copy color: '#74372F'

red 116 ◦ green 55 ◦ blue 47

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

Shades of Mocha #74372F

Tints of Mocha #74372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 53.21%
G = 25.23%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74372F (or 0x74372F) is known color: Mocha. HEX triplet: 74, 37 and 2F. RGB value is (116,55,47). Sum of RGB (Red+Green+Blue) = 116+55+47=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74372F is #8BC8D0. Grayscale: #484848. Windows color (decimal): -9160913 or 3094388. OLE color: 3094388.

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

Color convert

RGB 116 55 47 -
CMYK 0 0.53 0.59 0.55
HSL 6.96º 0.42% 0.32% -
HSV(B) 6.96º 0.59% 0.45% -
XYZ 9.08 6.65 3.49 -
YUV 72.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 116 55 47 0 0.53 0.59 0.55 6.96 0.42 0.32
Hex 74 37 2F 0 35 3B 37 7 2A 20
Octal 164 67 57 0 65 73 67 7 52 40
Binary 1110100 110111 101111 0 110101 111011 110111 111 101010 100000

Color Harmonies of #74372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74372F

Black with #74372F

Text Example


Text Example

White with #74372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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