#785C4A

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

Shades of Domino #785C4A

Tints of Domino #785C4A

Color information

#785C4A (or 0x785C4A) is unknown color: approx Domino. HEX triplet: 78, 5C and 4A. RGB value is (120,92,74). Sum of RGB (Red+Green+Blue) = 120+92+74=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #785C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C4A is #87A3B5. Grayscale: #626262. Windows color (decimal): -8889270 or 4873336. OLE color: 4873336.

HSL color Cylindrical-coordinate representation of color #785C4A: hue angle of 23.48º 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 #785C4A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1209274-
CMYK00.230.380.53
HSL23.48º23.71%38.04%-
HSV(B)23.48º38.33%47.06%-
XYZ12.8112.148.15-
YUV98.32114.28143.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=41.96%
G=32.17%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120927400.230.380.5323.4823.7138.04
Hex785C4A0172635171826
Octal1701341120274665273046
Binary1111000101110010010100101111001101101011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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