Html Css Color HEX #743A2D Mocha

📋 copy color: '#743A2D'

red 116 ◦ green 58 ◦ blue 45

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

Shades of Mocha #743A2D

Tints of Mocha #743A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 52.97%
G = 26.48%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#743A2D (or 0x743A2D) is known color: Mocha. HEX triplet: 74, 3A and 2D. RGB value is (116,58,45). Sum of RGB (Red+Green+Blue) = 116+58+45=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A2D is #8BC5D2. Grayscale: #494949. Windows color (decimal): -9160147 or 2964084. OLE color: 2964084.

HSL color Cylindrical-coordinate representation of color #743A2D: hue angle of 10.99º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743A2D is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 45 -
CMYK 0 0.5 0.61 0.55
HSL 10.99º 0.44% 0.32% -
HSV(B) 10.99º 0.61% 0.45% -
XYZ 9.19 6.93 3.34 -
YUV 73.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 116 58 45 0 0.5 0.61 0.55 10.99 0.44 0.32
Hex 74 3A 2D 0 32 3D 37 B 2C 20
Octal 164 72 55 0 62 75 67 13 54 40
Binary 1110100 111010 101101 0 110010 111101 110111 1011 101100 100000

Color Harmonies of #743A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A2D

Black with #743A2D

Text Example


Text Example

White with #743A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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