Html Css Color HEX #76392B Mocha

📋 copy color: '#76392B'

red 118 ◦ green 57 ◦ blue 43

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

Shades of Mocha #76392B

Tints of Mocha #76392B

RGB

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

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

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

R = 54.13%
G = 26.15%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76392B (or 0x76392B) is known color: Mocha. HEX triplet: 76, 39 and 2B. RGB value is (118,57,43). Sum of RGB (Red+Green+Blue) = 118+57+43=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76392B is #89C6D4. Grayscale: #494949. Windows color (decimal): -9029333 or 2832758. OLE color: 2832758.

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

Color convert

RGB 118 57 43 -
CMYK 0 0.52 0.64 0.54
HSL 11.2º 0.47% 0.32% -
HSV(B) 11.2º 0.64% 0.46% -
XYZ 9.37 6.95 3.13 -
YUV 73.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 118 57 43 0 0.52 0.64 0.54 11.2 0.47 0.32
Hex 76 39 2B 0 34 40 36 B 2F 20
Octal 166 71 53 0 64 100 66 13 57 40
Binary 1110110 111001 101011 0 110100 1000000 110110 1011 101111 100000

Color Harmonies of #76392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76392B

Black with #76392B

Text Example


Text Example

White with #76392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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