#795C5E

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

Shades of Falcon #795C5E

Tints of Falcon #795C5E

Color information

#795C5E (or 0x795C5E) is unknown color: approx Falcon. HEX triplet: 79, 5C and 5E. RGB value is (121,92,94). Sum of RGB (Red+Green+Blue) = 121+92+94=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #795C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C5E is #86A3A1. Grayscale: #646464. Windows color (decimal): -8823714 or 6184057. OLE color: 6184057.

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

Color convert

RGB1219294-
CMYK00.240.220.53
HSL355.86º13.62%41.76%-
HSV(B)355.86º23.97%47.45%-
XYZ13.7312.5312.28-
YUV100.9124.11142.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=39.41%
G=29.97%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121929400.240.220.53355.8613.6241.76
Hex795C5E0181635164e2a
Octal17113413603026655441652
Binary111100110111001011110011000101101101011011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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