Html Css Color HEX #746566 Falcon

📋 copy color: '#746566'

red 116 ◦ green 101 ◦ blue 102

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

Shades of Falcon #746566

Tints of Falcon #746566

RGB

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

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

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

R = 36.36%
G = 31.66%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746566 (or 0x746566) is known color: Falcon. HEX triplet: 74, 65 and 66. RGB value is (116,101,102). Sum of RGB (Red+Green+Blue) = 116+101+102=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746566 is #8B9A99. Grayscale: #696969. Windows color (decimal): -9149082 or 6710644. OLE color: 6710644.

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

Color convert

RGB 116 101 102 -
CMYK 0 0.13 0.12 0.55
HSL 356º 0.07% 0.43% -
HSV(B) 356º 0.13% 0.45% -
XYZ 14.25 13.98 14.52 -
YUV 105.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 116 101 102 0 0.13 0.12 0.55 356 0.07 0.43
Hex 74 65 66 0 D C 37 164 7 2B
Octal 164 145 146 0 15 14 67 544 7 53
Binary 1110100 1100101 1100110 0 1101 1100 110111 101100100 111 101011

Color Harmonies of #746566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746566

Black with #746566

Text Example


Text Example

White with #746566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746566; }

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

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

background-color css

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

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

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

border-color css

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

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

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