Html Css Color HEX #76382B Mocha

📋 copy color: '#76382B'

red 118 ◦ green 56 ◦ blue 43

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

Shades of Mocha #76382B

Tints of Mocha #76382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 54.38%
G = 25.81%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76382B (or 0x76382B) is known color: Mocha. HEX triplet: 76, 38 and 2B. RGB value is (118,56,43). Sum of RGB (Red+Green+Blue) = 118+56+43=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76382B is #89C7D4. Grayscale: #494949. Windows color (decimal): -9029589 or 2832502. OLE color: 2832502.

HSL color Cylindrical-coordinate representation of color #76382B: hue angle of 10.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76382B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 43 -
CMYK 0 0.53 0.64 0.54
HSL 10.4º 0.47% 0.32% -
HSV(B) 10.4º 0.64% 0.46% -
XYZ 9.32 6.85 3.12 -
YUV 73.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 118 56 43 0 0.53 0.64 0.54 10.4 0.47 0.32
Hex 76 38 2B 0 35 40 36 A 2F 20
Octal 166 70 53 0 65 100 66 12 57 40
Binary 1110110 111000 101011 0 110101 1000000 110110 1010 101111 100000

Color Harmonies of #76382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76382B

Black with #76382B

Text Example


Text Example

White with #76382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76382B; }

 p { color: rgb(118,56,43); }

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

background-color css

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

 a { background-color: rgb(118,56,43); }

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

border-color css

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

 span { border-color: rgb(118,56,43); }

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