Html Css Color HEX #805759 Falcon

📋 copy color: '#805759'

red 128 ◦ green 87 ◦ blue 89

#805759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #805759

Tints of Falcon #805759

RGB

 RED value IS 128 (50.39% from 255) = 42.11%

 GREEN value IS 87 (34.38% from 255) = 28.62%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 42.11%
G = 28.62%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#805759 (or 0x805759) is known color: Falcon. HEX triplet: 80, 57 and 59. RGB value is (128,87,89). Sum of RGB (Red+Green+Blue) = 128+87+89=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #805759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805759 is #7FA8A6. Grayscale: #636363. Windows color (decimal): -8366247 or 5855104. OLE color: 5855104.

HSL color Cylindrical-coordinate representation of color #805759: hue angle of 357.07º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805759 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 89 -
CMYK 0 0.32 0.30 0.50
HSL 357.07º 0.19% 0.42% -
HSV(B) 357.07º 0.32% 0.5% -
XYZ 14.11 12.13 11.05 -
YUV 99.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 128 87 89 0 0.32 0.30 0.50 357.07 0.19 0.42
Hex 80 57 59 0 20 1E 32 165 13 2A
Octal 200 127 131 0 40 36 62 545 23 52
Binary 10000000 1010111 1011001 0 100000 11110 110010 101100101 10011 101010

Color Harmonies of #805759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805759

Black with #805759

Text Example


Text Example

White with #805759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805759; }

 p { color: rgb(128,87,89); }

 H1.HeaderClassName
 {
   color: #805759;
 }
 .AnyTagClassName
 {
   color: #805759;
 }
</style>

background-color css

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

 a { background-color: rgb(128,87,89); }

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

border-color css

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

 span { border-color: rgb(128,87,89); }

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