#7B545A

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

Shades of Falcon #7B545A

Tints of Falcon #7B545A

Color information

#7B545A (or 0x7B545A) is unknown color: approx Falcon. HEX triplet: 7B, 54 and 5A. RGB value is (123,84,90). Sum of RGB (Red+Green+Blue) = 123+84+90=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B545A is #84ABA5. Grayscale: #606060. Windows color (decimal): -8694694 or 5919867. OLE color: 5919867.

HSL color Cylindrical-coordinate representation of color #7B545A: hue angle of 350.77º 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 #7B545A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB1238490-
CMYK00.320.270.52
HSL350.77º18.84%40.59%-
HSV(B)350.77º31.71%48.24%-
XYZ13.1811.2911.16-
YUV96.35124.42147.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=41.41%
G=28.28%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123849000.320.270.52350.7718.8440.59
Hex7B545A0201B3415f1329
Octal17312413204033645372351
Binary11110111010100101101001000001101111010010101111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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