#786054

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

Shades of Dorado #786054

Tints of Dorado #786054

Color information

#786054 (or 0x786054) is unknown color: approx Dorado. HEX triplet: 78, 60 and 54. RGB value is (120,96,84). Sum of RGB (Red+Green+Blue) = 120+96+84=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #786054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786054 is #879FAB. Grayscale: #656565. Windows color (decimal): -8888236 or 5529720. OLE color: 5529720.

HSL color Cylindrical-coordinate representation of color #786054: hue angle of 20º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #786054 is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1209684-
CMYK00.20.30.53
HSL20º17.65%40%-
HSV(B)20º30%47.06%-
XYZ13.531310.18-
YUV101.81117.95140.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 84 (33.20% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120968400.20.30.532017.6540
Hex7860540141E35141228
Octal1701401240243665242250
Binary111100011000001010100010100111101101011010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786054; }

 p { color: rgb(120,96,84); }

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

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

 a { background-color: rgb(120,96,84); }

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

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

 span { border-color: rgb(120,96,84); }

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