#785A4D

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

Shades of Dorado #785A4D

Tints of Dorado #785A4D

Color information

#785A4D (or 0x785A4D) is unknown color: approx Dorado. HEX triplet: 78, 5A and 4D. RGB value is (120,90,77). Sum of RGB (Red+Green+Blue) = 120+90+77=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A4D is #87A5B2. Grayscale: #616161. Windows color (decimal): -8889779 or 5069432. OLE color: 5069432.

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

Color convert

RGB1209077-
CMYK00.250.360.53
HSL18.14º21.83%38.63%-
HSV(B)18.14º35.83%47.06%-
XYZ12.7411.848.64-
YUV97.49116.44144.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=41.81%
G=31.36%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120907700.250.360.5318.1421.8338.63
Hex785A4D0192435121627
Octal1701321150314465222647
Binary1111000101101010011010110011001001101011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,77); }

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

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

 a { background-color: rgb(120,90,77); }

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

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

 span { border-color: rgb(120,90,77); }

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