Html Css Color HEX #743A2B Mocha

📋 copy color: '#743A2B'

red 116 ◦ green 58 ◦ blue 43

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

Shades of Mocha #743A2B

Tints of Mocha #743A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

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

R = 53.46%
G = 26.73%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#743A2B (or 0x743A2B) is known color: Mocha. HEX triplet: 74, 3A and 2B. RGB value is (116,58,43). Sum of RGB (Red+Green+Blue) = 116+58+43=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #743A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A2B is #8BC5D4. Grayscale: #494949. Windows color (decimal): -9160149 or 2833012. OLE color: 2833012.

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

Color convert

RGB 116 58 43 -
CMYK 0 0.5 0.63 0.55
HSL 12.33º 0.46% 0.31% -
HSV(B) 12.33º 0.63% 0.45% -
XYZ 9.15 6.91 3.14 -
YUV 73.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 116 58 43 0 0.5 0.63 0.55 12.33 0.46 0.31
Hex 74 3A 2B 0 32 3F 37 C 2E 1F
Octal 164 72 53 0 62 77 67 14 56 37
Binary 1110100 111010 101011 0 110010 111111 110111 1100 101110 11111

Color Harmonies of #743A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A2B

Black with #743A2B

Text Example


Text Example

White with #743A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743A2B; }

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

 H1.HeaderClassName
 {
   color: #743A2B;
 }
 .AnyTagClassName
 {
   color: #743A2B;
 }
</style>

background-color css

<style>
 a { background-color: #743A2B; }

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

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

border-color css

<style>
 span { border-color: #743A2B; }

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

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