#7A6163

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

Shades of Falcon #7A6163

Tints of Falcon #7A6163

Color information

#7A6163 (or 0x7A6163) is unknown color: approx Falcon. HEX triplet: 7A, 61 and 63. RGB value is (122,97,99). Sum of RGB (Red+Green+Blue) = 122+97+99=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6163 is #859E9C. Grayscale: #686868. Windows color (decimal): -8756893 or 6513018. OLE color: 6513018.

HSL color Cylindrical-coordinate representation of color #7A6163: hue angle of 355.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6163 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB1229799-
CMYK00.200.190.52
HSL355.2º11.42%42.94%-
HSV(B)355.2º20.49%47.84%-
XYZ14.5513.5913.66-
YUV104.7124.78140.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=38.36%
G=30.50%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122979900.200.190.52355.211.4242.94
Hex7A61630141334163b2b
Octal17214114302423645431353
Binary111101011000011100011010100100111101001011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,99); }

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

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

 a { background-color: rgb(122,97,99); }

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

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

 span { border-color: rgb(122,97,99); }

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