Html Css Color HEX #76362E Mocha

📋 copy color: '#76362E'

red 118 ◦ green 54 ◦ blue 46

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

Shades of Mocha #76362E

Tints of Mocha #76362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 54.13%
G = 24.77%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76362E (or 0x76362E) is known color: Mocha. HEX triplet: 76, 36 and 2E. RGB value is (118,54,46). Sum of RGB (Red+Green+Blue) = 118+54+46=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362E is #89C9D1. Grayscale: #484848. Windows color (decimal): -9030098 or 3028598. OLE color: 3028598.

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

Color convert

RGB 118 54 46 -
CMYK 0 0.54 0.61 0.54
HSL 6.67º 0.44% 0.32% -
HSV(B) 6.67º 0.61% 0.46% -
XYZ 9.28 6.69 3.39 -
YUV 72.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 118 54 46 0 0.54 0.61 0.54 6.67 0.44 0.32
Hex 76 36 2E 0 36 3D 36 7 2C 20
Octal 166 66 56 0 66 75 66 7 54 40
Binary 1110110 110110 101110 0 110110 111101 110110 111 101100 100000

Color Harmonies of #76362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76362E

Black with #76362E

Text Example


Text Example

White with #76362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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