Html Css Color HEX #746465 Falcon

📋 copy color: '#746465'

red 116 ◦ green 100 ◦ blue 101

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

Shades of Falcon #746465

Tints of Falcon #746465

RGB

 RED value IS 116 (45.7% from 255) = 36.59%

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

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

R = 36.59%
G = 31.55%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746465 (or 0x746465) is known color: Falcon. HEX triplet: 74, 64 and 65. RGB value is (116,100,101). Sum of RGB (Red+Green+Blue) = 116+100+101=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746465 is #8B9B9A. Grayscale: #686868. Windows color (decimal): -9149339 or 6644852. OLE color: 6644852.

HSL color Cylindrical-coordinate representation of color #746465: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746465 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 101 -
CMYK 0 0.14 0.13 0.55
HSL 356.25º 0.07% 0.42% -
HSV(B) 356.25º 0.14% 0.45% -
XYZ 14.11 13.77 14.23 -
YUV 104.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 116 100 101 0 0.14 0.13 0.55 356.25 0.07 0.42
Hex 74 64 65 0 E D 37 164 7 2A
Octal 164 144 145 0 16 15 67 544 7 52
Binary 1110100 1100100 1100101 0 1110 1101 110111 101100100 111 101010

Color Harmonies of #746465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746465

Black with #746465

Text Example


Text Example

White with #746465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746465; }

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

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

background-color css

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

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

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

border-color css

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

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

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