Html Css Color HEX #77352D Mocha

📋 copy color: '#77352D'

red 119 ◦ green 53 ◦ blue 45

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

Shades of Mocha #77352D

Tints of Mocha #77352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 54.84%
G = 24.42%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77352D (or 0x77352D) is known color: Mocha. HEX triplet: 77, 35 and 2D. RGB value is (119,53,45). Sum of RGB (Red+Green+Blue) = 119+53+45=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352D is #88CAD2. Grayscale: #474747. Windows color (decimal): -8964819 or 2962807. OLE color: 2962807.

HSL color Cylindrical-coordinate representation of color #77352D: hue angle of 6.49º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77352D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 45 -
CMYK 0 0.55 0.62 0.53
HSL 6.49º 0.45% 0.32% -
HSV(B) 6.49º 0.62% 0.47% -
XYZ 9.35 6.66 3.27 -
YUV 71.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 119 53 45 0 0.55 0.62 0.53 6.49 0.45 0.32
Hex 77 35 2D 0 37 3E 35 6 2D 20
Octal 167 65 55 0 67 76 65 6 55 40
Binary 1110111 110101 101101 0 110111 111110 110101 110 101101 100000

Color Harmonies of #77352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77352D

Black with #77352D

Text Example


Text Example

White with #77352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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