Html Css Color HEX #77362D Mocha

📋 copy color: '#77362D'

red 119 ◦ green 54 ◦ blue 45

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

Shades of Mocha #77362D

Tints of Mocha #77362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 54.59%
G = 24.77%
B = 20.64%

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

#77362D (or 0x77362D) is known color: Mocha. HEX triplet: 77, 36 and 2D. RGB value is (119,54,45). Sum of RGB (Red+Green+Blue) = 119+54+45=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77362D is #88C9D2. Grayscale: #484848. Windows color (decimal): -8964563 or 2963063. OLE color: 2963063.

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

Color convert

RGB 119 54 45 -
CMYK 0 0.55 0.62 0.53
HSL 7.3º 0.45% 0.32% -
HSV(B) 7.3º 0.62% 0.47% -
XYZ 9.4 6.75 3.29 -
YUV 72.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 119 54 45 0 0.55 0.62 0.53 7.3 0.45 0.32
Hex 77 36 2D 0 37 3E 35 7 2D 20
Octal 167 66 55 0 67 76 65 7 55 40
Binary 1110111 110110 101101 0 110111 111110 110101 111 101101 100000

Color Harmonies of #77362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77362D

Black with #77362D

Text Example


Text Example

White with #77362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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