Html Css Color HEX #74362B Mocha

📋 copy color: '#74362B'

red 116 ◦ green 54 ◦ blue 43

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

Shades of Mocha #74362B

Tints of Mocha #74362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 54.46%
G = 25.35%
B = 20.19%

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

#74362B (or 0x74362B) is known color: Mocha. HEX triplet: 74, 36 and 2B. RGB value is (116,54,43). Sum of RGB (Red+Green+Blue) = 116+54+43=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74362B is #8BC9D4. Grayscale: #474747. Windows color (decimal): -9161173 or 2831988. OLE color: 2831988.

HSL color Cylindrical-coordinate representation of color #74362B: hue angle of 9.04º 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 #74362B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 43 -
CMYK 0 0.53 0.63 0.55
HSL 9.04º 0.46% 0.31% -
HSV(B) 9.04º 0.63% 0.45% -
XYZ 8.96 6.53 3.07 -
YUV 71.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 116 54 43 0 0.53 0.63 0.55 9.04 0.46 0.31
Hex 74 36 2B 0 35 3F 37 9 2E 1F
Octal 164 66 53 0 65 77 67 11 56 37
Binary 1110100 110110 101011 0 110101 111111 110111 1001 101110 11111

Color Harmonies of #74362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74362B

Black with #74362B

Text Example


Text Example

White with #74362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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