#7D575A

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

Shades of Falcon #7D575A

Tints of Falcon #7D575A

Color information

#7D575A (or 0x7D575A) is unknown color: approx Falcon. HEX triplet: 7D, 57 and 5A. RGB value is (125,87,90). Sum of RGB (Red+Green+Blue) = 125+87+90=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D575A is #82A8A5. Grayscale: #626262. Windows color (decimal): -8562854 or 5920637. OLE color: 5920637.

HSL color Cylindrical-coordinate representation of color #7D575A: hue angle of 355.26º degrees, saturation: 0.18, 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 #7D575A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1258790-
CMYK00.300.280.51
HSL355.26º17.92%41.57%-
HSV(B)355.26º30.4%49.02%-
XYZ13.7111.9111.25-
YUV98.7123.09146.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.39%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=41.39%
G=28.81%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125879000.300.280.51355.2617.9241.57
Hex7D575A01E1C33163122a
Octal17512713203634635432252
Binary1111101101011110110100111101110011001110110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,90); }

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

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

 a { background-color: rgb(125,87,90); }

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

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

 span { border-color: rgb(125,87,90); }

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