#795E4B

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

Shades of Domino #795E4B

Tints of Domino #795E4B

Color information

#795E4B (or 0x795E4B) is unknown color: approx Domino. HEX triplet: 79, 5E and 4B. RGB value is (121,94,75). Sum of RGB (Red+Green+Blue) = 121+94+75=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E4B is #86A1B4. Grayscale: #646464. Windows color (decimal): -8823221 or 4939385. OLE color: 4939385.

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

Color convert

RGB1219475-
CMYK00.220.380.53
HSL24.78º23.47%38.43%-
HSV(B)24.78º38.02%47.45%-
XYZ13.1612.588.39-
YUV99.91113.95143.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=41.72%
G=32.41%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121947500.220.380.5324.7823.4738.43
Hex795E4B0162635191726
Octal1711361130264665312746
Binary1111001101111010010110101101001101101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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