#7D6061

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

Shades of Falcon #7D6061

Tints of Falcon #7D6061

Color information

#7D6061 (or 0x7D6061) is unknown color: approx Falcon. HEX triplet: 7D, 60 and 61. RGB value is (125,96,97). Sum of RGB (Red+Green+Blue) = 125+96+97=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6061 is #829F9E. Grayscale: #686868. Windows color (decimal): -8560543 or 6381693. OLE color: 6381693.

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

Color convert

RGB1259697-
CMYK00.230.220.51
HSL357.93º13.12%43.33%-
HSV(B)357.93º23.2%49.02%-
XYZ14.813.5913.15-
YUV104.78123.61142.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.31%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=39.31%
G=30.19%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125969700.230.220.51357.9313.1243.33
Hex7D60610171633166d2b
Octal17514014102726635461553
Binary111110111000001100001010111101101100111011001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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