#795E4F

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

Shades of Dorado #795E4F

Tints of Dorado #795E4F

Color information

#795E4F (or 0x795E4F) is unknown color: approx Dorado. HEX triplet: 79, 5E and 4F. RGB value is (121,94,79). Sum of RGB (Red+Green+Blue) = 121+94+79=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E4F is #86A1B0. Grayscale: #646464. Windows color (decimal): -8823217 or 5201529. OLE color: 5201529.

HSL color Cylindrical-coordinate representation of color #795E4F: hue angle of 21.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #795E4F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1219479-
CMYK00.220.350.53
HSL21.43º21%39.22%-
HSV(B)21.43º34.71%47.45%-
XYZ13.312.639.13-
YUV100.36115.95142.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=41.16%
G=31.97%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121947900.220.350.5321.432139.22
Hex795E4F0162335151527
Octal1711361170264365252547
Binary1111001101111010011110101101000111101011010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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