#795C5F

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

Shades of Falcon #795C5F

Tints of Falcon #795C5F

Color information

#795C5F (or 0x795C5F) is unknown color: approx Falcon. HEX triplet: 79, 5C and 5F. RGB value is (121,92,95). Sum of RGB (Red+Green+Blue) = 121+92+95=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C5F is #86A3A0. Grayscale: #656565. Windows color (decimal): -8823713 or 6249593. OLE color: 6249593.

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

Color convert

RGB1219295-
CMYK00.240.210.53
HSL353.79º13.62%41.76%-
HSV(B)353.79º23.97%47.45%-
XYZ13.7812.5512.52-
YUV101.01124.61142.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=39.29%
G=29.87%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121929500.240.210.53353.7913.6241.76
Hex795C5F0181535162e2a
Octal17113413703025655421652
Binary111100110111001011111011000101011101011011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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