#7E6062

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

Shades of Falcon #7E6062

Tints of Falcon #7E6062

Color information

#7E6062 (or 0x7E6062) is unknown color: approx Falcon. HEX triplet: 7E, 60 and 62. RGB value is (126,96,98). Sum of RGB (Red+Green+Blue) = 126+96+98=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6062 is #819F9D. Grayscale: #696969. Windows color (decimal): -8495006 or 6447230. OLE color: 6447230.

HSL color Cylindrical-coordinate representation of color #7E6062: hue angle of 356º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6062 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1269698-
CMYK00.240.220.51
HSL356º13.51%43.53%-
HSV(B)356º23.81%49.41%-
XYZ14.9913.6813.41-
YUV105.2123.94142.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=39.38%
G=30%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126969800.240.220.5135613.5143.53
Hex7E60620181633164e2c
Octal17614014203026635441654
Binary111111011000001100010011000101101100111011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,96,98); }

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

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

 a { background-color: rgb(126,96,98); }

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

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

 span { border-color: rgb(126,96,98); }

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