Html Css Color HEX #773329 Mocha

📋 copy color: '#773329'

red 119 ◦ green 51 ◦ blue 41

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

Shades of Mocha #773329

Tints of Mocha #773329

RGB

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

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

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

R = 56.4%
G = 24.17%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773329 (or 0x773329) is known color: Mocha. HEX triplet: 77, 33 and 29. RGB value is (119,51,41). Sum of RGB (Red+Green+Blue) = 119+51+41=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773329 is #88CCD6. Grayscale: #464646. Windows color (decimal): -8965335 or 2700151. OLE color: 2700151.

HSL color Cylindrical-coordinate representation of color #773329: hue angle of 7.69º 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 #773329 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 41 -
CMYK 0 0.57 0.66 0.53
HSL 7.69º 0.49% 0.31% -
HSV(B) 7.69º 0.66% 0.47% -
XYZ 9.19 6.45 2.86 -
YUV 70.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 119 51 41 0 0.57 0.66 0.53 7.69 0.49 0.31
Hex 77 33 29 0 39 42 35 8 31 1F
Octal 167 63 51 0 71 102 65 10 61 37
Binary 1110111 110011 101001 0 111001 1000010 110101 1000 110001 11111

Color Harmonies of #773329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773329

Black with #773329

Text Example


Text Example

White with #773329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773329; }

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

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

background-color css

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

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

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

border-color css

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

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

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