Html Css Color HEX #765960 Falcon

📋 copy color: '#765960'

red 118 ◦ green 89 ◦ blue 96

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

Shades of Falcon #765960

Tints of Falcon #765960

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 38.94%
G = 29.37%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#765960 (or 0x765960) is known color: Falcon. HEX triplet: 76, 59 and 60. RGB value is (118,89,96). Sum of RGB (Red+Green+Blue) = 118+89+96=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765960 is #89A69F. Grayscale: #626262. Windows color (decimal): -9021088 or 6314358. OLE color: 6314358.

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

Color convert

RGB 118 89 96 -
CMYK 0 0.25 0.19 0.54
HSL 345.52º 0.14% 0.41% -
HSV(B) 345.52º 0.25% 0.46% -
XYZ 13.15 11.84 12.66 -
YUV 98.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 118 89 96 0 0.25 0.19 0.54 345.52 0.14 0.41
Hex 76 59 60 0 19 13 36 15A E 29
Octal 166 131 140 0 31 23 66 532 16 51
Binary 1110110 1011001 1100000 0 11001 10011 110110 101011010 1110 101001

Color Harmonies of #765960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765960

Black with #765960

Text Example


Text Example

White with #765960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765960; }

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

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

background-color css

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

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

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

border-color css

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

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

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