Html Css Color HEX #76342C Mocha

📋 copy color: '#76342C'

red 118 ◦ green 52 ◦ blue 44

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

Shades of Mocha #76342C

Tints of Mocha #76342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 55.14%
G = 24.3%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76342C (or 0x76342C) is known color: Mocha. HEX triplet: 76, 34 and 2C. RGB value is (118,52,44). Sum of RGB (Red+Green+Blue) = 118+52+44=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76342C is #89CBD3. Grayscale: #464646. Windows color (decimal): -9030612 or 2897014. OLE color: 2897014.

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

Color convert

RGB 118 52 44 -
CMYK 0 0.56 0.63 0.54
HSL 6.49º 0.46% 0.32% -
HSV(B) 6.49º 0.63% 0.46% -
XYZ 9.15 6.49 3.15 -
YUV 70.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 118 52 44 0 0.56 0.63 0.54 6.49 0.46 0.32
Hex 76 34 2C 0 38 3F 36 6 2E 20
Octal 166 64 54 0 70 77 66 6 56 40
Binary 1110110 110100 101100 0 111000 111111 110110 110 101110 100000

Color Harmonies of #76342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76342C

Black with #76342C

Text Example


Text Example

White with #76342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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