#786053

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

Shades of Dorado #786053

Tints of Dorado #786053

Color information

#786053 (or 0x786053) is unknown color: approx Dorado. HEX triplet: 78, 60 and 53. RGB value is (120,96,83). Sum of RGB (Red+Green+Blue) = 120+96+83=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #786053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786053 is #879FAC. Grayscale: #656565. Windows color (decimal): -8888237 or 5464184. OLE color: 5464184.

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

Color convert

RGB1209683-
CMYK00.20.310.53
HSL21.08º18.23%39.8%-
HSV(B)21.08º30.83%47.06%-
XYZ13.4912.989.98-
YUV101.69117.45141.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=40.13%
G=32.11%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120968300.20.310.5321.0818.2339.8
Hex7860530141F35151228
Octal1701401230243765252250
Binary111100011000001010011010100111111101011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786053; }

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

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

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

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

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

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

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

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