Html Css Color HEX #76352A Mocha

📋 copy color: '#76352A'

red 118 ◦ green 53 ◦ blue 42

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

Shades of Mocha #76352A

Tints of Mocha #76352A

RGB

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

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

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

R = 55.4%
G = 24.88%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76352A (or 0x76352A) is known color: Mocha. HEX triplet: 76, 35 and 2A. RGB value is (118,53,42). Sum of RGB (Red+Green+Blue) = 118+53+42=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352A is #89CAD5. Grayscale: #474747. Windows color (decimal): -9030358 or 2766198. OLE color: 2766198.

HSL color Cylindrical-coordinate representation of color #76352A: hue angle of 8.68º 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 #76352A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 42 -
CMYK 0 0.55 0.64 0.54
HSL 8.68º 0.48% 0.31% -
HSV(B) 8.68º 0.64% 0.46% -
XYZ 9.16 6.56 2.97 -
YUV 71.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 118 53 42 0 0.55 0.64 0.54 8.68 0.48 0.31
Hex 76 35 2A 0 37 40 36 9 30 1F
Octal 166 65 52 0 67 100 66 11 60 37
Binary 1110110 110101 101010 0 110111 1000000 110110 1001 110000 11111

Color Harmonies of #76352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76352A

Black with #76352A

Text Example


Text Example

White with #76352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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