#7A5B62

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

Shades of Falcon #7A5B62

Tints of Falcon #7A5B62

Color information

#7A5B62 (or 0x7A5B62) is unknown color: approx Falcon. HEX triplet: 7A, 5B and 62. RGB value is (122,91,98). Sum of RGB (Red+Green+Blue) = 122+91+98=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B62 is #85A49D. Grayscale: #656565. Windows color (decimal): -8758430 or 6445946. OLE color: 6445946.

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

Color convert

RGB1229198-
CMYK00.250.200.52
HSL346.45º14.55%41.76%-
HSV(B)346.45º25.41%47.84%-
XYZ13.9712.513.23-
YUV101.07126.27142.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=39.23%
G=29.26%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122919800.250.200.52346.4514.5541.76
Hex7A5B62019143415af2a
Octal17213314203124645321752
Binary111101010110111100010011001101001101001010110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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