#785C4C

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

Shades of Dorado #785C4C

Tints of Dorado #785C4C

Color information

#785C4C (or 0x785C4C) is unknown color: approx Dorado. HEX triplet: 78, 5C and 4C. RGB value is (120,92,76). Sum of RGB (Red+Green+Blue) = 120+92+76=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C4C is #87A3B3. Grayscale: #626262. Windows color (decimal): -8889268 or 5004408. OLE color: 5004408.

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

Color convert

RGB1209276-
CMYK00.230.370.53
HSL21.82º22.45%38.43%-
HSV(B)21.82º36.67%47.06%-
XYZ12.8812.178.51-
YUV98.55115.28143.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 76 (30.08% from 255) = 26.39%
R=41.67%
G=31.94%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120927600.230.370.5321.8222.4538.43
Hex785C4C0172535161626
Octal1701341140274565262646
Binary1111000101110010011000101111001011101011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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