#7B5459

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

Shades of Falcon #7B5459

Tints of Falcon #7B5459

Color information

#7B5459 (or 0x7B5459) is unknown color: approx Falcon. HEX triplet: 7B, 54 and 59. RGB value is (123,84,89). Sum of RGB (Red+Green+Blue) = 123+84+89=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5459 is #84ABA6. Grayscale: #606060. Windows color (decimal): -8694695 or 5854331. OLE color: 5854331.

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

Color convert

RGB1238489-
CMYK00.320.280.52
HSL352.31º18.84%40.59%-
HSV(B)352.31º31.71%48.24%-
XYZ13.1411.2710.93-
YUV96.23123.92147.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=41.55%
G=28.38%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123848900.320.280.52352.3118.8440.59
Hex7B54590201C341601329
Octal17312413104034645402351
Binary11110111010100101100101000001110011010010110000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,89); }

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

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

 a { background-color: rgb(123,84,89); }

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

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

 span { border-color: rgb(123,84,89); }

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