Html Css Color HEX #746466 Falcon

📋 copy color: '#746466'

red 116 ◦ green 100 ◦ blue 102

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

Shades of Falcon #746466

Tints of Falcon #746466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 36.48%
G = 31.45%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746466 (or 0x746466) is known color: Falcon. HEX triplet: 74, 64 and 66. RGB value is (116,100,102). Sum of RGB (Red+Green+Blue) = 116+100+102=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746466 is #8B9B99. Grayscale: #696969. Windows color (decimal): -9149338 or 6710388. OLE color: 6710388.

HSL color Cylindrical-coordinate representation of color #746466: hue angle of 352.5º 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 #746466 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 102 -
CMYK 0 0.14 0.12 0.55
HSL 352.5º 0.07% 0.42% -
HSV(B) 352.5º 0.14% 0.45% -
XYZ 14.16 13.79 14.49 -
YUV 105.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 116 100 102 0 0.14 0.12 0.55 352.5 0.07 0.42
Hex 74 64 66 0 E C 37 160 7 2A
Octal 164 144 146 0 16 14 67 540 7 52
Binary 1110100 1100100 1100110 0 1110 1100 110111 101100000 111 101010

Color Harmonies of #746466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746466

Black with #746466

Text Example


Text Example

White with #746466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746466; }

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

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

background-color css

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

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

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

border-color css

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

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

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