Html Css Color HEX #746567 Falcon

📋 copy color: '#746567'

red 116 ◦ green 101 ◦ blue 103

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

Shades of Falcon #746567

Tints of Falcon #746567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 36.25%
G = 31.56%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746567 (or 0x746567) is known color: Falcon. HEX triplet: 74, 65 and 67. RGB value is (116,101,103). Sum of RGB (Red+Green+Blue) = 116+101+103=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746567 is #8B9A98. Grayscale: #696969. Windows color (decimal): -9149081 or 6776180. OLE color: 6776180.

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

Color convert

RGB 116 101 103 -
CMYK 0 0.13 0.11 0.55
HSL 352º 0.07% 0.43% -
HSV(B) 352º 0.13% 0.45% -
XYZ 14.3 14 14.78 -
YUV 105.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 116 101 103 0 0.13 0.11 0.55 352 0.07 0.43
Hex 74 65 67 0 D B 37 160 7 2B
Octal 164 145 147 0 15 13 67 540 7 53
Binary 1110100 1100101 1100111 0 1101 1011 110111 101100000 111 101011

Color Harmonies of #746567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746567

Black with #746567

Text Example


Text Example

White with #746567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746567; }

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

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

background-color css

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

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

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

border-color css

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

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

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