Html Css Color HEX #76362A Mocha

📋 copy color: '#76362A'

red 118 ◦ green 54 ◦ blue 42

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

Shades of Mocha #76362A

Tints of Mocha #76362A

RGB

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

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

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

R = 55.14%
G = 25.23%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76362A (or 0x76362A) is known color: Mocha. HEX triplet: 76, 36 and 2A. RGB value is (118,54,42). Sum of RGB (Red+Green+Blue) = 118+54+42=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362A is #89C9D5. Grayscale: #474747. Windows color (decimal): -9030102 or 2766454. OLE color: 2766454.

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

Color convert

RGB 118 54 42 -
CMYK 0 0.54 0.64 0.54
HSL 9.47º 0.48% 0.31% -
HSV(B) 9.47º 0.64% 0.46% -
XYZ 9.21 6.66 2.99 -
YUV 71.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 118 54 42 0 0.54 0.64 0.54 9.47 0.48 0.31
Hex 76 36 2A 0 36 40 36 9 30 1F
Octal 166 66 52 0 66 100 66 11 60 37
Binary 1110110 110110 101010 0 110110 1000000 110110 1001 110000 11111

Color Harmonies of #76362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76362A

Black with #76362A

Text Example


Text Example

White with #76362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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