#785E4B

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

Shades of Domino #785E4B

Tints of Domino #785E4B

Color information

#785E4B (or 0x785E4B) is unknown color: approx Domino. HEX triplet: 78, 5E and 4B. RGB value is (120,94,75). Sum of RGB (Red+Green+Blue) = 120+94+75=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E4B is #87A1B4. Grayscale: #636363. Windows color (decimal): -8888757 or 4939384. OLE color: 4939384.

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

Color convert

RGB1209475-
CMYK00.220.370.53
HSL25.33º23.08%38.24%-
HSV(B)25.33º37.5%47.06%-
XYZ13.0212.518.38-
YUV99.61114.11142.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=41.52%
G=32.53%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120947500.220.370.5325.3323.0838.24
Hex785E4B0162535191726
Octal1701361130264565312746
Binary1111000101111010010110101101001011101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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