#795E4A

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

Shades of Domino #795E4A

Tints of Domino #795E4A

Color information

#795E4A (or 0x795E4A) is unknown color: approx Domino. HEX triplet: 79, 5E and 4A. RGB value is (121,94,74). Sum of RGB (Red+Green+Blue) = 121+94+74=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E4A is #86A1B5. Grayscale: #636363. Windows color (decimal): -8823222 or 4873849. OLE color: 4873849.

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

Color convert

RGB1219474-
CMYK00.220.390.53
HSL25.53º24.1%38.24%-
HSV(B)25.53º38.84%47.45%-
XYZ13.1212.568.21-
YUV99.79113.45143.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=41.87%
G=32.53%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121947400.220.390.5325.5324.138.24
Hex795E4A01627351a1826
Octal1711361120264765323046
Binary1111001101111010010100101101001111101011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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