Html Css Color HEX #76342A Mocha

📋 copy color: '#76342A'

red 118 ◦ green 52 ◦ blue 42

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

Shades of Mocha #76342A

Tints of Mocha #76342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 55.66%
G = 24.53%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76342A (or 0x76342A) is known color: Mocha. HEX triplet: 76, 34 and 2A. RGB value is (118,52,42). Sum of RGB (Red+Green+Blue) = 118+52+42=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76342A is #89CBD5. Grayscale: #464646. Windows color (decimal): -9030614 or 2765942. OLE color: 2765942.

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

Color convert

RGB 118 52 42 -
CMYK 0 0.56 0.64 0.54
HSL 7.89º 0.48% 0.31% -
HSV(B) 7.89º 0.64% 0.46% -
XYZ 9.12 6.47 2.96 -
YUV 70.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 118 52 42 0 0.56 0.64 0.54 7.89 0.48 0.31
Hex 76 34 2A 0 38 40 36 8 30 1F
Octal 166 64 52 0 70 100 66 10 60 37
Binary 1110110 110100 101010 0 111000 1000000 110110 1000 110000 11111

Color Harmonies of #76342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76342A

Black with #76342A

Text Example


Text Example

White with #76342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,52,42); }

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

background-color css

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

 a { background-color: rgb(118,52,42); }

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

border-color css

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

 span { border-color: rgb(118,52,42); }

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