#77382B

Color #77382B Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #77382B

Tints of Mocha #77382B

Color information

#77382B (or 0x77382B) is unknown color: approx Mocha. HEX triplet: 77, 38 and 2B. RGB value is (119,56,43). Sum of RGB (Red+Green+Blue) = 119+56+43=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77382B is #88C7D4. Grayscale: #494949. Windows color (decimal): -8964053 or 2832503. OLE color: 2832503.

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

Color convert

RGB1195643-
CMYK00.530.640.53
HSL10.26º46.91%31.76%-
HSV(B)10.26º63.87%46.67%-
XYZ9.466.923.12-
YUV73.36110.87160.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=54.59%
G=25.69%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119564300.530.640.5310.2646.9131.76
Hex77382B0354035a2f20
Octal167705306510065125740
Binary1110111111000101011011010110000001101011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77382B;
 }
 .AnyTagClassName
 {
   color: #77382B;
 }
</style>
background-color css

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

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

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

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

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

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