Html Css Color HEX #766063 Falcon

📋 copy color: '#766063'

red 118 ◦ green 96 ◦ blue 99

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

Shades of Falcon #766063

Tints of Falcon #766063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 37.7%
G = 30.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766063 (or 0x766063) is known color: Falcon. HEX triplet: 76, 60 and 63. RGB value is (118,96,99). Sum of RGB (Red+Green+Blue) = 118+96+99=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766063 is #899F9C. Grayscale: #666666. Windows color (decimal): -9019293 or 6512758. OLE color: 6512758.

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

Color convert

RGB 118 96 99 -
CMYK 0 0.19 0.16 0.54
HSL 351.82º 0.1% 0.42% -
HSV(B) 351.82º 0.19% 0.46% -
XYZ 13.91 13.12 13.6 -
YUV 102.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 118 96 99 0 0.19 0.16 0.54 351.82 0.1 0.42
Hex 76 60 63 0 13 10 36 160 A 2A
Octal 166 140 143 0 23 20 66 540 12 52
Binary 1110110 1100000 1100011 0 10011 10000 110110 101100000 1010 101010

Color Harmonies of #766063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766063

Black with #766063

Text Example


Text Example

White with #766063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766063; }

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

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

background-color css

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

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

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

border-color css

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

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

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