#765859

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

Shades of Falcon #765859

Tints of Falcon #765859

Color information

#765859 (or 0x765859) is unknown color: approx Falcon. HEX triplet: 76, 58 and 59. RGB value is (118,88,89). Sum of RGB (Red+Green+Blue) = 118+88+89=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765859 is #89A7A6. Grayscale: #616161. Windows color (decimal): -9021351 or 5855350. OLE color: 5855350.

HSL color Cylindrical-coordinate representation of color #765859: hue angle of 358º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765859 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1188889-
CMYK00.250.250.54
HSL358º14.56%40.39%-
HSV(B)358º25.42%46.27%-
XYZ12.7611.5511.01-
YUV97.08123.44142.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=40%
G=29.83%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118888900.250.250.5435814.5640.39
Hex7658590191936166f28
Octal16613013103131665461750
Binary111011010110001011001011001110011101101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765859; }

 p { color: rgb(118,88,89); }

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

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

 a { background-color: rgb(118,88,89); }

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

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

 span { border-color: rgb(118,88,89); }

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