#795C4E

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

Shades of Dorado #795C4E

Tints of Dorado #795C4E

Color information

#795C4E (or 0x795C4E) is unknown color: approx Dorado. HEX triplet: 79, 5C and 4E. RGB value is (121,92,78). Sum of RGB (Red+Green+Blue) = 121+92+78=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C4E is #86A3B1. Grayscale: #636363. Windows color (decimal): -8823730 or 5135481. OLE color: 5135481.

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

Color convert

RGB1219278-
CMYK00.240.360.53
HSL19.53º21.61%39.02%-
HSV(B)19.53º35.54%47.45%-
XYZ13.0912.278.89-
YUV99.07116.11143.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=41.58%
G=31.62%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121927800.240.360.5319.5321.6139.02
Hex795C4E0182435141627
Octal1711341160304465242647
Binary1111001101110010011100110001001001101011010010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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