#795A50

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

Shades of Russett #795A50

Tints of Russett #795A50

Color information

#795A50 (or 0x795A50) is unknown color: approx Russett. HEX triplet: 79, 5A and 50. RGB value is (121,90,80). Sum of RGB (Red+Green+Blue) = 121+90+80=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A50 is #86A5AF. Grayscale: #626262. Windows color (decimal): -8824240 or 5266041. OLE color: 5266041.

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

Color convert

RGB1219080-
CMYK00.260.340.53
HSL14.63º20.4%39.41%-
HSV(B)14.63º33.88%47.45%-
XYZ12.9911.969.21-
YUV98.13117.77144.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=41.58%
G=30.93%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121908000.260.340.5314.6320.439.41
Hex795A5001A2235f1427
Octal1711321200324265172447
Binary111100110110101010000011010100010110101111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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