#785E4A

Color #785E4A Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #785E4A

Tints of Domino #785E4A

Color information

#785E4A (or 0x785E4A) is unknown color: approx Domino. HEX triplet: 78, 5E and 4A. RGB value is (120,94,74). Sum of RGB (Red+Green+Blue) = 120+94+74=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E4A is #87A1B5. Grayscale: #636363. Windows color (decimal): -8888758 or 4873848. OLE color: 4873848.

HSL color Cylindrical-coordinate representation of color #785E4A: hue angle of 26.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785E4A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1209474-
CMYK00.220.380.53
HSL26.09º23.71%38.04%-
HSV(B)26.09º38.33%47.06%-
XYZ12.9812.498.21-
YUV99.49113.61142.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=41.67%
G=32.64%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120947400.220.380.5326.0923.7138.04
Hex785E4A01626351a1826
Octal1701361120264665323046
Binary1111000101111010010100101101001101101011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E4A; }

 p { color: rgb(120,94,74); }

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

<style>
 a { background-color: #785E4A; }

 a { background-color: rgb(120,94,74); }

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

<style>
 span { border-color: #785E4A; }

 span { border-color: rgb(120,94,74); }

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