#795A4D

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

Shades of Dorado #795A4D

Tints of Dorado #795A4D

Color information

#795A4D (or 0x795A4D) is unknown color: approx Dorado. HEX triplet: 79, 5A and 4D. RGB value is (121,90,77). Sum of RGB (Red+Green+Blue) = 121+90+77=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A4D is #86A5B2. Grayscale: #616161. Windows color (decimal): -8824243 or 5069433. OLE color: 5069433.

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

Color convert

RGB1219077-
CMYK00.260.360.53
HSL17.73º22.22%38.82%-
HSV(B)17.73º36.36%47.45%-
XYZ12.8811.918.64-
YUV97.79116.27144.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=42.01%
G=31.25%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121907700.260.360.5317.7322.2238.82
Hex795A4D01A2435121627
Octal1711321150324465222647
Binary1111001101101010011010110101001001101011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,77); }

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

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

 a { background-color: rgb(121,90,77); }

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

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

 span { border-color: rgb(121,90,77); }

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