#7A5F60

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

Shades of Falcon #7A5F60

Tints of Falcon #7A5F60

Color information

#7A5F60 (or 0x7A5F60) is unknown color: approx Falcon. HEX triplet: 7A, 5F and 60. RGB value is (122,95,96). Sum of RGB (Red+Green+Blue) = 122+95+96=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F60 is #85A09F. Grayscale: #676767. Windows color (decimal): -8757408 or 6315898. OLE color: 6315898.

HSL color Cylindrical-coordinate representation of color #7A5F60: hue angle of 357.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F60 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1229596-
CMYK00.220.210.52
HSL357.78º12.44%42.55%-
HSV(B)357.78º22.13%47.84%-
XYZ14.2313.1712.86-
YUV103.19123.95141.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=38.98%
G=30.35%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122959600.220.210.52357.7812.4442.55
Hex7A5F600161534166c2b
Octal17213714002625645461453
Binary111101010111111100000010110101011101001011001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5F60; }

 p { color: rgb(122,95,96); }

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

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

 a { background-color: rgb(122,95,96); }

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

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

 span { border-color: rgb(122,95,96); }

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