#7D6163

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

Shades of Falcon #7D6163

Tints of Falcon #7D6163

Color information

#7D6163 (or 0x7D6163) is unknown color: approx Falcon. HEX triplet: 7D, 61 and 63. RGB value is (125,97,99). Sum of RGB (Red+Green+Blue) = 125+97+99=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6163 is #829E9C. Grayscale: #696969. Windows color (decimal): -8560285 or 6513021. OLE color: 6513021.

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

Color convert

RGB1259799-
CMYK00.220.210.51
HSL355.71º12.61%43.53%-
HSV(B)355.71º22.4%49.02%-
XYZ14.9813.8113.68-
YUV105.6124.28141.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=38.94%
G=30.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125979900.220.210.51355.7112.6143.53
Hex7D61630161533164d2c
Octal17514114302625635441554
Binary111110111000011100011010110101011100111011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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