Html Css Color HEX #76362C Mocha

📋 copy color: '#76362C'

red 118 ◦ green 54 ◦ blue 44

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

Shades of Mocha #76362C

Tints of Mocha #76362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 54.63%
G = 25%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76362C (or 0x76362C) is known color: Mocha. HEX triplet: 76, 36 and 2C. RGB value is (118,54,44). Sum of RGB (Red+Green+Blue) = 118+54+44=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362C is #89C9D3. Grayscale: #484848. Windows color (decimal): -9030100 or 2897526. OLE color: 2897526.

HSL color Cylindrical-coordinate representation of color #76362C: hue angle of 8.11º 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 #76362C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 44 -
CMYK 0 0.54 0.63 0.54
HSL 8.11º 0.46% 0.32% -
HSV(B) 8.11º 0.63% 0.46% -
XYZ 9.25 6.67 3.18 -
YUV 72 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 118 54 44 0 0.54 0.63 0.54 8.11 0.46 0.32
Hex 76 36 2C 0 36 3F 36 8 2E 20
Octal 166 66 54 0 66 77 66 10 56 40
Binary 1110110 110110 101100 0 110110 111111 110110 1000 101110 100000

Color Harmonies of #76362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76362C

Black with #76362C

Text Example


Text Example

White with #76362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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