Html Css Color HEX #745159 Falcon

📋 copy color: '#745159'

red 116 ◦ green 81 ◦ blue 89

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

Shades of Falcon #745159

Tints of Falcon #745159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 40.56%
G = 28.32%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#745159 (or 0x745159) is known color: Falcon. HEX triplet: 74, 51 and 59. RGB value is (116,81,89). Sum of RGB (Red+Green+Blue) = 116+81+89=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745159 is #8BAEA6. Grayscale: #5C5C5C. Windows color (decimal): -9154215 or 5853556. OLE color: 5853556.

HSL color Cylindrical-coordinate representation of color #745159: hue angle of 346.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745159 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 89 -
CMYK 0 0.30 0.23 0.55
HSL 346.29º 0.18% 0.39% -
HSV(B) 346.29º 0.3% 0.45% -
XYZ 11.95 10.32 10.81 -
YUV 92.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 116 81 89 0 0.30 0.23 0.55 346.29 0.18 0.39
Hex 74 51 59 0 1E 17 37 15A 12 27
Octal 164 121 131 0 36 27 67 532 22 47
Binary 1110100 1010001 1011001 0 11110 10111 110111 101011010 10010 100111

Color Harmonies of #745159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745159

Black with #745159

Text Example


Text Example

White with #745159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745159; }

 p { color: rgb(116,81,89); }

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

background-color css

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

 a { background-color: rgb(116,81,89); }

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

border-color css

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

 span { border-color: rgb(116,81,89); }

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