Html Css Color HEX #74392A Mocha

📋 copy color: '#74392A'

red 116 ◦ green 57 ◦ blue 42

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

Shades of Mocha #74392A

Tints of Mocha #74392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 53.95%
G = 26.51%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74392A (or 0x74392A) is known color: Mocha. HEX triplet: 74, 39 and 2A. RGB value is (116,57,42). Sum of RGB (Red+Green+Blue) = 116+57+42=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74392A is #8BC6D5. Grayscale: #494949. Windows color (decimal): -9160406 or 2767220. OLE color: 2767220.

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

Color convert

RGB 116 57 42 -
CMYK 0 0.51 0.64 0.55
HSL 12.16º 0.47% 0.31% -
HSV(B) 12.16º 0.64% 0.45% -
XYZ 9.08 6.81 3.03 -
YUV 72.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 116 57 42 0 0.51 0.64 0.55 12.16 0.47 0.31
Hex 74 39 2A 0 33 40 37 C 2F 1F
Octal 164 71 52 0 63 100 67 14 57 37
Binary 1110100 111001 101010 0 110011 1000000 110111 1100 101111 11111

Color Harmonies of #74392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74392A

Black with #74392A

Text Example


Text Example

White with #74392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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