#795E4E

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

Shades of Dorado #795E4E

Tints of Dorado #795E4E

Color information

#795E4E (or 0x795E4E) is unknown color: approx Dorado. HEX triplet: 79, 5E and 4E. RGB value is (121,94,78). Sum of RGB (Red+Green+Blue) = 121+94+78=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E4E is #86A1B1. Grayscale: #646464. Windows color (decimal): -8823218 or 5135993. OLE color: 5135993.

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

Color convert

RGB1219478-
CMYK00.220.360.53
HSL22.33º21.61%39.02%-
HSV(B)22.33º35.54%47.45%-
XYZ13.2612.628.94-
YUV100.25115.45142.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=41.30%
G=32.08%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121947800.220.360.5322.3321.6139.02
Hex795E4E0162435161627
Octal1711361160264465262647
Binary1111001101111010011100101101001001101011011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795E4E; }

 p { color: rgb(121,94,78); }

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

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

 a { background-color: rgb(121,94,78); }

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

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

 span { border-color: rgb(121,94,78); }

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