#726768

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

Shades of Falcon #726768

Tints of Falcon #726768

Color information

#726768 (or 0x726768) is unknown color: approx Falcon. HEX triplet: 72, 67 and 68. RGB value is (114,103,104). Sum of RGB (Red+Green+Blue) = 114+103+104=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726768 is #8D9897. Grayscale: #6A6A6A. Windows color (decimal): -9279640 or 6842226. OLE color: 6842226.

HSL color Cylindrical-coordinate representation of color #726768: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #726768 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB114103104-
CMYK00.100.090.55
HSL354.55º5.07%42.55%-
HSV(B)354.55º9.65%44.71%-
XYZ14.2914.2815.1-
YUV106.4126.64133.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=35.51%
G=32.09%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410310400.100.090.55354.555.0742.55
Hex7267680A93716352b
Octal1621471500121167543553
Binary111001011001111101000010101001110111101100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726768; }

 p { color: rgb(114,103,104); }

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

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

 a { background-color: rgb(114,103,104); }

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

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

 span { border-color: rgb(114,103,104); }

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