Html Css Color HEX #77372A Mocha

📋 copy color: '#77372A'

red 119 ◦ green 55 ◦ blue 42

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

Shades of Mocha #77372A

Tints of Mocha #77372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 55.09%
G = 25.46%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77372A (or 0x77372A) is known color: Mocha. HEX triplet: 77, 37 and 2A. RGB value is (119,55,42). Sum of RGB (Red+Green+Blue) = 119+55+42=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372A is #88C8D5. Grayscale: #484848. Windows color (decimal): -8964310 or 2766711. OLE color: 2766711.

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

Color convert

RGB 119 55 42 -
CMYK 0 0.54 0.65 0.53
HSL 10.13º 0.48% 0.32% -
HSV(B) 10.13º 0.65% 0.47% -
XYZ 9.39 6.82 3.01 -
YUV 72.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 119 55 42 0 0.54 0.65 0.53 10.13 0.48 0.32
Hex 77 37 2A 0 36 41 35 A 30 20
Octal 167 67 52 0 66 101 65 12 60 40
Binary 1110111 110111 101010 0 110110 1000001 110101 1010 110000 100000

Color Harmonies of #77372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77372A

Black with #77372A

Text Example


Text Example

White with #77372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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