Html Css Color HEX #773529 Mocha

📋 copy color: '#773529'

red 119 ◦ green 53 ◦ blue 41

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

Shades of Mocha #773529

Tints of Mocha #773529

RGB

 RED value IS 119 (46.88% from 255) = 55.87%

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 55.87%
G = 24.88%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773529 (or 0x773529) is known color: Mocha. HEX triplet: 77, 35 and 29. RGB value is (119,53,41). Sum of RGB (Red+Green+Blue) = 119+53+41=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #773529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773529 is #88CAD6. Grayscale: #474747. Windows color (decimal): -8964823 or 2700663. OLE color: 2700663.

HSL color Cylindrical-coordinate representation of color #773529: hue angle of 9.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773529 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 41 -
CMYK 0 0.55 0.66 0.53
HSL 9.23º 0.49% 0.31% -
HSV(B) 9.23º 0.66% 0.47% -
XYZ 9.28 6.63 2.89 -
YUV 71.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 119 53 41 0 0.55 0.66 0.53 9.23 0.49 0.31
Hex 77 35 29 0 37 42 35 9 31 1F
Octal 167 65 51 0 67 102 65 11 61 37
Binary 1110111 110101 101001 0 110111 1000010 110101 1001 110001 11111

Color Harmonies of #773529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773529

Black with #773529

Text Example


Text Example

White with #773529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773529; }

 p { color: rgb(119,53,41); }

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

background-color css

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

 a { background-color: rgb(119,53,41); }

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

border-color css

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

 span { border-color: rgb(119,53,41); }

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