Html Css Color HEX #77352A Mocha

📋 copy color: '#77352A'

red 119 ◦ green 53 ◦ blue 42

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

Shades of Mocha #77352A

Tints of Mocha #77352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 55.61%
G = 24.77%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77352A (or 0x77352A) is known color: Mocha. HEX triplet: 77, 35 and 2A. RGB value is (119,53,42). Sum of RGB (Red+Green+Blue) = 119+53+42=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352A is #88CAD5. Grayscale: #474747. Windows color (decimal): -8964822 or 2766199. OLE color: 2766199.

HSL color Cylindrical-coordinate representation of color #77352A: hue angle of 8.57º 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 #77352A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 42 -
CMYK 0 0.55 0.65 0.53
HSL 8.57º 0.48% 0.32% -
HSV(B) 8.57º 0.65% 0.47% -
XYZ 9.3 6.64 2.98 -
YUV 71.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 119 53 42 0 0.55 0.65 0.53 8.57 0.48 0.32
Hex 77 35 2A 0 37 41 35 9 30 20
Octal 167 65 52 0 67 101 65 11 60 40
Binary 1110111 110101 101010 0 110111 1000001 110101 1001 110000 100000

Color Harmonies of #77352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77352A

Black with #77352A

Text Example


Text Example

White with #77352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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