Html Css Color HEX #74362A Mocha

📋 copy color: '#74362A'

red 116 ◦ green 54 ◦ blue 42

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

Shades of Mocha #74362A

Tints of Mocha #74362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 54.72%
G = 25.47%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74362A (or 0x74362A) is known color: Mocha. HEX triplet: 74, 36 and 2A. RGB value is (116,54,42). Sum of RGB (Red+Green+Blue) = 116+54+42=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74362A is #8BC9D5. Grayscale: #474747. Windows color (decimal): -9161174 or 2766452. OLE color: 2766452.

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

Color convert

RGB 116 54 42 -
CMYK 0 0.53 0.64 0.55
HSL 9.73º 0.47% 0.31% -
HSV(B) 9.73º 0.64% 0.45% -
XYZ 8.94 6.52 2.98 -
YUV 71.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 116 54 42 0 0.53 0.64 0.55 9.73 0.47 0.31
Hex 74 36 2A 0 35 40 37 A 2F 1F
Octal 164 66 52 0 65 100 67 12 57 37
Binary 1110100 110110 101010 0 110101 1000000 110111 1010 101111 11111

Color Harmonies of #74362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74362A

Black with #74362A

Text Example


Text Example

White with #74362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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