Html Css Color HEX #74352A Mocha

📋 copy color: '#74352A'

red 116 ◦ green 53 ◦ blue 42

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

Shades of Mocha #74352A

Tints of Mocha #74352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 54.98%
G = 25.12%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74352A (or 0x74352A) is known color: Mocha. HEX triplet: 74, 35 and 2A. RGB value is (116,53,42). Sum of RGB (Red+Green+Blue) = 116+53+42=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352A is #8BCAD5. Grayscale: #464646. Windows color (decimal): -9161430 or 2766196. OLE color: 2766196.

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

Color convert

RGB 116 53 42 -
CMYK 0 0.54 0.64 0.55
HSL 8.92º 0.47% 0.31% -
HSV(B) 8.92º 0.64% 0.45% -
XYZ 8.89 6.43 2.96 -
YUV 70.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 116 53 42 0 0.54 0.64 0.55 8.92 0.47 0.31
Hex 74 35 2A 0 36 40 37 9 2F 1F
Octal 164 65 52 0 66 100 67 11 57 37
Binary 1110100 110101 101010 0 110110 1000000 110111 1001 101111 11111

Color Harmonies of #74352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74352A

Black with #74352A

Text Example


Text Example

White with #74352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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