#7A535B

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

Shades of Falcon #7A535B

Tints of Falcon #7A535B

Color information

#7A535B (or 0x7A535B) is unknown color: approx Falcon. HEX triplet: 7A, 53 and 5B. RGB value is (122,83,91). Sum of RGB (Red+Green+Blue) = 122+83+91=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A535B is #85ACA4. Grayscale: #5F5F5F. Windows color (decimal): -8760485 or 5985146. OLE color: 5985146.

HSL color Cylindrical-coordinate representation of color #7A535B: hue angle of 347.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A535B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1228391-
CMYK00.320.250.52
HSL347.69º19.02%40.2%-
HSV(B)347.69º31.97%47.84%-
XYZ13.0111.0811.35-
YUV95.57125.42146.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=41.22%
G=28.04%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122839100.320.250.52347.6919.0240.2
Hex7A535B020193415c1328
Octal17212313304031645342350
Binary11110101010011101101101000001100111010010101110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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