Html Css Color HEX #763B2B Mocha

📋 copy color: '#763B2B'

red 118 ◦ green 59 ◦ blue 43

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

Shades of Mocha #763B2B

Tints of Mocha #763B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 53.64%
G = 26.82%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#763B2B (or 0x763B2B) is known color: Mocha. HEX triplet: 76, 3B and 2B. RGB value is (118,59,43). Sum of RGB (Red+Green+Blue) = 118+59+43=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B2B is #89C4D4. Grayscale: #4A4A4A. Windows color (decimal): -9028821 or 2833270. OLE color: 2833270.

HSL color Cylindrical-coordinate representation of color #763B2B: hue angle of 12.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 #763B2B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 43 -
CMYK 0 0.50 0.64 0.54
HSL 12.8º 0.47% 0.32% -
HSV(B) 12.8º 0.64% 0.46% -
XYZ 9.47 7.15 3.17 -
YUV 74.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 118 59 43 0 0.50 0.64 0.54 12.8 0.47 0.32
Hex 76 3B 2B 0 32 40 36 D 2F 20
Octal 166 73 53 0 62 100 66 15 57 40
Binary 1110110 111011 101011 0 110010 1000000 110110 1101 101111 100000

Color Harmonies of #763B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B2B

Black with #763B2B

Text Example


Text Example

White with #763B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763B2B; }

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

 H1.HeaderClassName
 {
   color: #763B2B;
 }
 .AnyTagClassName
 {
   color: #763B2B;
 }
</style>

background-color css

<style>
 a { background-color: #763B2B; }

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

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

border-color css

<style>
 span { border-color: #763B2B; }

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

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