Html Css Color HEX #77372C Mocha

📋 copy color: '#77372C'

red 119 ◦ green 55 ◦ blue 44

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

Shades of Mocha #77372C

Tints of Mocha #77372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.18%

R = 54.59%
G = 25.23%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77372C (or 0x77372C) is known color: Mocha. HEX triplet: 77, 37 and 2C. RGB value is (119,55,44). Sum of RGB (Red+Green+Blue) = 119+55+44=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372C is #88C8D3. Grayscale: #484848. Windows color (decimal): -8964308 or 2897783. OLE color: 2897783.

HSL color Cylindrical-coordinate representation of color #77372C: hue angle of 8.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77372C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 44 -
CMYK 0 0.54 0.63 0.53
HSL 8.8º 0.46% 0.32% -
HSV(B) 8.8º 0.63% 0.47% -
XYZ 9.43 6.84 3.21 -
YUV 72.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 119 55 44 0 0.54 0.63 0.53 8.8 0.46 0.32
Hex 77 37 2C 0 36 3F 35 9 2E 20
Octal 167 67 54 0 66 77 65 11 56 40
Binary 1110111 110111 101100 0 110110 111111 110101 1001 101110 100000

Color Harmonies of #77372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77372C

Black with #77372C

Text Example


Text Example

White with #77372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77372C; }

 p { color: rgb(119,55,44); }

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

background-color css

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

 a { background-color: rgb(119,55,44); }

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

border-color css

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

 span { border-color: rgb(119,55,44); }

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