#7D5859

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

Shades of Falcon #7D5859

Tints of Falcon #7D5859

Color information

#7D5859 (or 0x7D5859) is unknown color: approx Falcon. HEX triplet: 7D, 58 and 59. RGB value is (125,88,89). Sum of RGB (Red+Green+Blue) = 125+88+89=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5859 is #82A7A6. Grayscale: #636363. Windows color (decimal): -8562599 or 5855357. OLE color: 5855357.

HSL color Cylindrical-coordinate representation of color #7D5859: hue angle of 358.38º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5859 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1258889-
CMYK00.300.290.51
HSL358.38º17.37%41.76%-
HSV(B)358.38º29.6%49.02%-
XYZ13.7512.0611.05-
YUV99.18122.26146.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.39%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=41.39%
G=29.14%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125888900.300.290.51358.3817.3741.76
Hex7D585901E1D33166112a
Octal17513013103635635462152
Binary1111101101100010110010111101110111001110110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,89); }

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

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

 a { background-color: rgb(125,88,89); }

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

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

 span { border-color: rgb(125,88,89); }

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