Html Css Color HEX #766465 Falcon

📋 copy color: '#766465'

red 118 ◦ green 100 ◦ blue 101

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

Shades of Falcon #766465

Tints of Falcon #766465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 36.99%
G = 31.35%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766465 (or 0x766465) is known color: Falcon. HEX triplet: 76, 64 and 65. RGB value is (118,100,101). Sum of RGB (Red+Green+Blue) = 118+100+101=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766465 is #899B9A. Grayscale: #696969. Windows color (decimal): -9018267 or 6644854. OLE color: 6644854.

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

Color convert

RGB 118 100 101 -
CMYK 0 0.15 0.14 0.54
HSL 356.67º 0.08% 0.43% -
HSV(B) 356.67º 0.15% 0.46% -
XYZ 14.38 13.91 14.24 -
YUV 105.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 118 100 101 0 0.15 0.14 0.54 356.67 0.08 0.43
Hex 76 64 65 0 F E 36 165 8 2B
Octal 166 144 145 0 17 16 66 545 10 53
Binary 1110110 1100100 1100101 0 1111 1110 110110 101100101 1000 101011

Color Harmonies of #766465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766465

Black with #766465

Text Example


Text Example

White with #766465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766465; }

 p { color: rgb(118,100,101); }

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

background-color css

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

 a { background-color: rgb(118,100,101); }

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

border-color css

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

 span { border-color: rgb(118,100,101); }

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