Html Css Color HEX #76352B Mocha

📋 copy color: '#76352B'

red 118 ◦ green 53 ◦ blue 43

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

Shades of Mocha #76352B

Tints of Mocha #76352B

RGB

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

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

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

R = 55.14%
G = 24.77%
B = 20.09%

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

#76352B (or 0x76352B) is known color: Mocha. HEX triplet: 76, 35 and 2B. RGB value is (118,53,43). Sum of RGB (Red+Green+Blue) = 118+53+43=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352B is #89CAD4. Grayscale: #474747. Windows color (decimal): -9030357 or 2831734. OLE color: 2831734.

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

Color convert

RGB 118 53 43 -
CMYK 0 0.55 0.64 0.54
HSL 0.47% 0.32% -
HSV(B) 0.64% 0.46% -
XYZ 9.18 6.57 3.07 -
YUV 71.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 118 53 43 0 0.55 0.64 0.54 8 0.47 0.32
Hex 76 35 2B 0 37 40 36 8 2F 20
Octal 166 65 53 0 67 100 66 10 57 40
Binary 1110110 110101 101011 0 110111 1000000 110110 1000 101111 100000

Color Harmonies of #76352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76352B

Black with #76352B

Text Example


Text Example

White with #76352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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