#7B565D

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

Shades of Falcon #7B565D

Tints of Falcon #7B565D

Color information

#7B565D (or 0x7B565D) is unknown color: approx Falcon. HEX triplet: 7B, 56 and 5D. RGB value is (123,86,93). Sum of RGB (Red+Green+Blue) = 123+86+93=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B565D is #84A9A2. Grayscale: #616161. Windows color (decimal): -8694179 or 6116987. OLE color: 6116987.

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

Color convert

RGB1238693-
CMYK00.300.240.52
HSL348.65º17.7%40.98%-
HSV(B)348.65º30.08%48.24%-
XYZ13.4711.6611.9-
YUV97.86125.26145.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.73%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=40.73%
G=28.48%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123869300.300.240.52348.6517.740.98
Hex7B565D01E183415d1229
Octal17312613503630645352251
Binary1111011101011010111010111101100011010010101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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