#785C4D

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

Shades of Dorado #785C4D

Tints of Dorado #785C4D

Color information

#785C4D (or 0x785C4D) is unknown color: approx Dorado. HEX triplet: 78, 5C and 4D. RGB value is (120,92,77). Sum of RGB (Red+Green+Blue) = 120+92+77=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C4D is #87A3B2. Grayscale: #626262. Windows color (decimal): -8889267 or 5069944. OLE color: 5069944.

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

Color convert

RGB1209277-
CMYK00.230.360.53
HSL20.93º21.83%38.63%-
HSV(B)20.93º35.83%47.06%-
XYZ12.9112.188.69-
YUV98.66115.78143.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=41.52%
G=31.83%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120927700.230.360.5320.9321.8338.63
Hex785C4D0172435151627
Octal1701341150274465252647
Binary1111000101110010011010101111001001101011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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