Html Css Color HEX #77392B Mocha

📋 copy color: '#77392B'

red 119 ◦ green 57 ◦ blue 43

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

Shades of Mocha #77392B

Tints of Mocha #77392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 54.34%
G = 26.03%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77392B (or 0x77392B) is known color: Mocha. HEX triplet: 77, 39 and 2B. RGB value is (119,57,43). Sum of RGB (Red+Green+Blue) = 119+57+43=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77392B is #88C6D4. Grayscale: #4A4A4A. Windows color (decimal): -8963797 or 2832759. OLE color: 2832759.

HSL color Cylindrical-coordinate representation of color #77392B: hue angle of 11.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77392B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 43 -
CMYK 0 0.52 0.64 0.53
HSL 11.05º 0.47% 0.32% -
HSV(B) 11.05º 0.64% 0.47% -
XYZ 9.51 7.02 3.14 -
YUV 73.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 119 57 43 0 0.52 0.64 0.53 11.05 0.47 0.32
Hex 77 39 2B 0 34 40 35 B 2F 20
Octal 167 71 53 0 64 100 65 13 57 40
Binary 1110111 111001 101011 0 110100 1000000 110101 1011 101111 100000

Color Harmonies of #77392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77392B

Black with #77392B

Text Example


Text Example

White with #77392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77392B; }

 p { color: rgb(119,57,43); }

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

background-color css

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

 a { background-color: rgb(119,57,43); }

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

border-color css

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

 span { border-color: rgb(119,57,43); }

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