#7B565C

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

Shades of Falcon #7B565C

Tints of Falcon #7B565C

Color information

#7B565C (or 0x7B565C) is unknown color: approx Falcon. HEX triplet: 7B, 56 and 5C. RGB value is (123,86,92). Sum of RGB (Red+Green+Blue) = 123+86+92=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B565C is #84A9A3. Grayscale: #616161. Windows color (decimal): -8694180 or 6051451. OLE color: 6051451.

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

Color convert

RGB1238692-
CMYK00.300.250.52
HSL350.27º17.7%40.98%-
HSV(B)350.27º30.08%48.24%-
XYZ13.4311.6411.66-
YUV97.75124.76146.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.86%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=40.86%
G=28.57%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123869200.300.250.52350.2717.740.98
Hex7B565C01E193415e1229
Octal17312613403631645362251
Binary1111011101011010111000111101100111010010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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