#7A5D5F

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

Shades of Falcon #7A5D5F

Tints of Falcon #7A5D5F

Color information

#7A5D5F (or 0x7A5D5F) is unknown color: approx Falcon. HEX triplet: 7A, 5D and 5F. RGB value is (122,93,95). Sum of RGB (Red+Green+Blue) = 122+93+95=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D5F is #85A2A0. Grayscale: #656565. Windows color (decimal): -8757921 or 6249850. OLE color: 6249850.

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

Color convert

RGB1229395-
CMYK00.240.220.52
HSL355.86º13.49%42.16%-
HSV(B)355.86º23.77%47.84%-
XYZ14.0112.7912.56-
YUV101.9124.11142.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=39.35%
G=30%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122939500.240.220.52355.8613.4942.16
Hex7A5D5F0181634164d2a
Octal17213513703026645441552
Binary111101010111011011111011000101101101001011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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