#7B565B

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

Shades of Falcon #7B565B

Tints of Falcon #7B565B

Color information

#7B565B (or 0x7B565B) is unknown color: approx Falcon. HEX triplet: 7B, 56 and 5B. RGB value is (123,86,91). Sum of RGB (Red+Green+Blue) = 123+86+91=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B565B is #84A9A4. Grayscale: #616161. Windows color (decimal): -8694181 or 5985915. OLE color: 5985915.

HSL color Cylindrical-coordinate representation of color #7B565B: hue angle of 351.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B565B is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1238691-
CMYK00.300.260.52
HSL351.89º17.7%40.98%-
HSV(B)351.89º30.08%48.24%-
XYZ13.3811.6211.44-
YUV97.63124.26146.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=41%
G=28.67%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123869100.300.260.52351.8917.740.98
Hex7B565B01E1A341601229
Octal17312613303632645402251
Binary1111011101011010110110111101101011010010110000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,91); }

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

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

 a { background-color: rgb(123,86,91); }

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

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

 span { border-color: rgb(123,86,91); }

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