Html Css Color HEX #763A2A Mocha

📋 copy color: '#763A2A'

red 118 ◦ green 58 ◦ blue 42

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

Shades of Mocha #763A2A

Tints of Mocha #763A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

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

R = 54.13%
G = 26.61%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#763A2A (or 0x763A2A) is known color: Mocha. HEX triplet: 76, 3A and 2A. RGB value is (118,58,42). Sum of RGB (Red+Green+Blue) = 118+58+42=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A2A is #89C5D5. Grayscale: #4A4A4A. Windows color (decimal): -9029078 or 2767478. OLE color: 2767478.

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

Color convert

RGB 118 58 42 -
CMYK 0 0.51 0.64 0.54
HSL 12.63º 0.48% 0.31% -
HSV(B) 12.63º 0.64% 0.46% -
XYZ 9.4 7.04 3.05 -
YUV 74.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 118 58 42 0 0.51 0.64 0.54 12.63 0.48 0.31
Hex 76 3A 2A 0 33 40 36 D 30 1F
Octal 166 72 52 0 63 100 66 15 60 37
Binary 1110110 111010 101010 0 110011 1000000 110110 1101 110000 11111

Color Harmonies of #763A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A2A

Black with #763A2A

Text Example


Text Example

White with #763A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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