Html Css Color HEX #77372B Mocha

📋 copy color: '#77372B'

red 119 ◦ green 55 ◦ blue 43

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

Shades of Mocha #77372B

Tints of Mocha #77372B

RGB

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

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

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

R = 54.84%
G = 25.35%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77372B (or 0x77372B) is known color: Mocha. HEX triplet: 77, 37 and 2B. RGB value is (119,55,43). Sum of RGB (Red+Green+Blue) = 119+55+43=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372B is #88C8D4. Grayscale: #484848. Windows color (decimal): -8964309 or 2832247. OLE color: 2832247.

HSL color Cylindrical-coordinate representation of color #77372B: hue angle of 9.47º 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 #77372B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 43 -
CMYK 0 0.54 0.64 0.53
HSL 9.47º 0.47% 0.32% -
HSV(B) 9.47º 0.64% 0.47% -
XYZ 9.41 6.83 3.11 -
YUV 72.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 119 55 43 0 0.54 0.64 0.53 9.47 0.47 0.32
Hex 77 37 2B 0 36 40 35 9 2F 20
Octal 167 67 53 0 66 100 65 11 57 40
Binary 1110111 110111 101011 0 110110 1000000 110101 1001 101111 100000

Color Harmonies of #77372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77372B

Black with #77372B

Text Example


Text Example

White with #77372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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