Html Css Color HEX #763429 Mocha

📋 copy color: '#763429'

red 118 ◦ green 52 ◦ blue 41

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

Shades of Mocha #763429

Tints of Mocha #763429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 55.92%
G = 24.64%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#763429 (or 0x763429) is known color: Mocha. HEX triplet: 76, 34 and 29. RGB value is (118,52,41). Sum of RGB (Red+Green+Blue) = 118+52+41=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763429 is #89CBD6. Grayscale: #464646. Windows color (decimal): -9030615 or 2700406. OLE color: 2700406.

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

Color convert

RGB 118 52 41 -
CMYK 0 0.56 0.65 0.54
HSL 8.57º 0.48% 0.31% -
HSV(B) 8.57º 0.65% 0.46% -
XYZ 9.1 6.47 2.87 -
YUV 70.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 118 52 41 0 0.56 0.65 0.54 8.57 0.48 0.31
Hex 76 34 29 0 38 41 36 9 30 1F
Octal 166 64 51 0 70 101 66 11 60 37
Binary 1110110 110100 101001 0 111000 1000001 110110 1001 110000 11111

Color Harmonies of #763429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763429

Black with #763429

Text Example


Text Example

White with #763429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763429; }

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

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

background-color css

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

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

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

border-color css

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

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

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