Html Css Color HEX #74332A Mocha

📋 copy color: '#74332A'

red 116 ◦ green 51 ◦ blue 42

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

Shades of Mocha #74332A

Tints of Mocha #74332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 55.5%
G = 24.4%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74332A (or 0x74332A) is known color: Mocha. HEX triplet: 74, 33 and 2A. RGB value is (116,51,42). Sum of RGB (Red+Green+Blue) = 116+51+42=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74332A is #8BCCD5. Grayscale: #454545. Windows color (decimal): -9161942 or 2765684. OLE color: 2765684.

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

Color convert

RGB 116 51 42 -
CMYK 0 0.56 0.64 0.55
HSL 7.3º 0.47% 0.31% -
HSV(B) 7.3º 0.64% 0.45% -
XYZ 8.8 6.25 2.93 -
YUV 69.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 116 51 42 0 0.56 0.64 0.55 7.3 0.47 0.31
Hex 74 33 2A 0 38 40 37 7 2F 1F
Octal 164 63 52 0 70 100 67 7 57 37
Binary 1110100 110011 101010 0 111000 1000000 110111 111 101111 11111

Color Harmonies of #74332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74332A

Black with #74332A

Text Example


Text Example

White with #74332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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