Html Css Color HEX #76392C Mocha

📋 copy color: '#76392C'

red 118 ◦ green 57 ◦ blue 44

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

Shades of Mocha #76392C

Tints of Mocha #76392C

RGB

 RED value IS 118 (46.48% from 255) = 53.88%

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 53.88%
G = 26.03%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76392C (or 0x76392C) is known color: Mocha. HEX triplet: 76, 39 and 2C. RGB value is (118,57,44). Sum of RGB (Red+Green+Blue) = 118+57+44=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76392C is #89C6D3. Grayscale: #494949. Windows color (decimal): -9029332 or 2898294. OLE color: 2898294.

HSL color Cylindrical-coordinate representation of color #76392C: hue angle of 10.54º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76392C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 44 -
CMYK 0 0.52 0.63 0.54
HSL 10.54º 0.46% 0.32% -
HSV(B) 10.54º 0.63% 0.46% -
XYZ 9.39 6.96 3.23 -
YUV 73.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 118 57 44 0 0.52 0.63 0.54 10.54 0.46 0.32
Hex 76 39 2C 0 34 3F 36 B 2E 20
Octal 166 71 54 0 64 77 66 13 56 40
Binary 1110110 111001 101100 0 110100 111111 110110 1011 101110 100000

Color Harmonies of #76392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76392C

Black with #76392C

Text Example


Text Example

White with #76392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76392C; }

 p { color: rgb(118,57,44); }

 H1.HeaderClassName
 {
   color: #76392C;
 }
 .AnyTagClassName
 {
   color: #76392C;
 }
</style>

background-color css

<style>
 a { background-color: #76392C; }

 a { background-color: rgb(118,57,44); }

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

border-color css

<style>
 span { border-color: #76392C; }

 span { border-color: rgb(118,57,44); }

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