Html Css Color HEX #7A3729 Mocha

📋 copy color: '#7A3729'

red 122 ◦ green 55 ◦ blue 41

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

Shades of Mocha #7A3729

Tints of Mocha #7A3729

RGB

 RED value IS 122 (48.05% from 255) = 55.96%

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 55.96%
G = 25.23%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A3729 (or 0x7A3729) is known color: Mocha. HEX triplet: 7A, 37 and 29. RGB value is (122,55,41). Sum of RGB (Red+Green+Blue) = 122+55+41=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3729 is #85C8D6. Grayscale: #494949. Windows color (decimal): -8767703 or 2701178. OLE color: 2701178.

HSL color Cylindrical-coordinate representation of color #7A3729: hue angle of 10.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3729 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 55 41 -
CMYK 0 0.55 0.66 0.52
HSL 10.37º 0.5% 0.32% -
HSV(B) 10.37º 0.66% 0.48% -
XYZ 9.79 7.03 2.94 -
YUV 73.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 122 55 41 0 0.55 0.66 0.52 10.37 0.5 0.32
Hex 7A 37 29 0 37 42 34 A 32 20
Octal 172 67 51 0 67 102 64 12 62 40
Binary 1111010 110111 101001 0 110111 1000010 110100 1010 110010 100000

Color Harmonies of #7A3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3729

Black with #7A3729

Text Example


Text Example

White with #7A3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3729; }

 p { color: rgb(122,55,41); }

 H1.HeaderClassName
 {
   color: #7A3729;
 }
 .AnyTagClassName
 {
   color: #7A3729;
 }
</style>

background-color css

<style>
 a { background-color: #7A3729; }

 a { background-color: rgb(122,55,41); }

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

border-color css

<style>
 span { border-color: #7A3729; }

 span { border-color: rgb(122,55,41); }

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