#785D4A

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

Shades of Domino #785D4A

Tints of Domino #785D4A

Color information

#785D4A (or 0x785D4A) is unknown color: approx Domino. HEX triplet: 78, 5D and 4A. RGB value is (120,93,74). Sum of RGB (Red+Green+Blue) = 120+93+74=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D4A is #87A2B5. Grayscale: #636363. Windows color (decimal): -8889014 or 4873592. OLE color: 4873592.

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

Color convert

RGB1209374-
CMYK00.220.380.53
HSL24.78º23.71%38.04%-
HSV(B)24.78º38.33%47.06%-
XYZ12.912.328.18-
YUV98.91113.95143.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=41.81%
G=32.40%
B=25.78%

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
Decimal120937400.220.380.5324.7823.7138.04
Hex785D4A0162635191826
Octal1701351120264665313046
Binary1111000101110110010100101101001101101011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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