Html Css Color HEX #765859 Falcon

📋 copy color: '#765859'

red 118 ◦ green 88 ◦ blue 89

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

Shades of Falcon #765859

Tints of Falcon #765859

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 value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#765859 (or 0x765859) is known color: 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

RGB 118 88 89 -
CMYK 0 0.25 0.25 0.54
HSL 358º 0.15% 0.4% -
HSV(B) 358º 0.25% 0.46% -
XYZ 12.76 11.55 11.01 -
YUV 97.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 118 88 89 0 0.25 0.25 0.54 358 0.15 0.4
Hex 76 58 59 0 19 19 36 166 F 28
Octal 166 130 131 0 31 31 66 546 17 50
Binary 1110110 1011000 1011001 0 11001 11001 110110 101100110 1111 101000

Color Harmonies of #765859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765859

Black with #765859

Text Example


Text Example

White with #765859

Text Example


Text Example

HTML Codes & Css Web 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>