#796062

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

Shades of Falcon #796062

Tints of Falcon #796062

Color information

#796062 (or 0x796062) is unknown color: approx Falcon. HEX triplet: 79, 60 and 62. RGB value is (121,96,98). Sum of RGB (Red+Green+Blue) = 121+96+98=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #796062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796062 is #869F9D. Grayscale: #676767. Windows color (decimal): -8822686 or 6447225. OLE color: 6447225.

HSL color Cylindrical-coordinate representation of color #796062: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796062 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1219698-
CMYK00.210.190.53
HSL355.2º11.52%42.55%-
HSV(B)355.2º20.66%47.45%-
XYZ14.2713.3113.37-
YUV103.7124.78140.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=38.41%
G=30.48%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121969800.210.190.53355.211.5242.55
Hex7960620151335163c2b
Octal17114014202523655431453
Binary111100111000001100010010101100111101011011000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796062; }

 p { color: rgb(121,96,98); }

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

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

 a { background-color: rgb(121,96,98); }

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

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

 span { border-color: rgb(121,96,98); }

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