#7A565B

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

Shades of Falcon #7A565B

Tints of Falcon #7A565B

Color information

#7A565B (or 0x7A565B) is unknown color: approx Falcon. HEX triplet: 7A, 56 and 5B. RGB value is (122,86,91). Sum of RGB (Red+Green+Blue) = 122+86+91=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A565B is #85A9A4. Grayscale: #616161. Windows color (decimal): -8759717 or 5985914. OLE color: 5985914.

HSL color Cylindrical-coordinate representation of color #7A565B: hue angle of 351.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A565B is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1228691-
CMYK00.300.250.52
HSL351.67º17.31%40.78%-
HSV(B)351.67º29.51%47.84%-
XYZ13.2411.5511.43-
YUV97.33124.43145.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=40.80%
G=28.76%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122869100.300.250.52351.6717.3140.78
Hex7A565B01E19341601129
Octal17212613303631645402151
Binary1111010101011010110110111101100111010010110000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,91); }

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

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

 a { background-color: rgb(122,86,91); }

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

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

 span { border-color: rgb(122,86,91); }

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