#7E525A

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

Shades of Falcon #7E525A

Tints of Falcon #7E525A

Color information

#7E525A (or 0x7E525A) is unknown color: approx Falcon. HEX triplet: 7E, 52 and 5A. RGB value is (126,82,90). Sum of RGB (Red+Green+Blue) = 126+82+90=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E525A is #81ADA5. Grayscale: #606060. Windows color (decimal): -8498598 or 5919358. OLE color: 5919358.

HSL color Cylindrical-coordinate representation of color #7E525A: hue angle of 349.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E525A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1268290-
CMYK00.350.290.51
HSL349.09º21.15%40.78%-
HSV(B)349.09º34.92%49.41%-
XYZ13.4711.2111.13-
YUV96.07124.58149.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.28%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=42.28%
G=27.52%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126829000.350.290.51349.0921.1540.78
Hex7E525A0231D3315d1529
Octal17612213204335635352551
Binary11111101010010101101001000111110111001110101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,90); }

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

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

 a { background-color: rgb(126,82,90); }

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

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

 span { border-color: rgb(126,82,90); }

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