#795055

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

Shades of Falcon #795055

Tints of Falcon #795055

Color information

#795055 (or 0x795055) is unknown color: approx Falcon. HEX triplet: 79, 50 and 55. RGB value is (121,80,85). Sum of RGB (Red+Green+Blue) = 121+80+85=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #795055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795055 is #86AFAA. Grayscale: #5C5C5C. Windows color (decimal): -8826795 or 5591161. OLE color: 5591161.

HSL color Cylindrical-coordinate representation of color #795055: hue angle of 352.68º 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 #795055 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1218085-
CMYK00.340.300.53
HSL352.68º20.4%39.41%-
HSV(B)352.68º33.88%47.45%-
XYZ12.3910.469.96-
YUV92.83123.58148.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=42.31%
G=27.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121808500.340.300.53352.6820.439.41
Hex7950550221E351611427
Octal17112012504236655412447
Binary11110011010000101010101000101111011010110110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795055; }

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

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

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

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

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

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

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

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