Html Css Color HEX #745056 Falcon

📋 copy color: '#745056'

red 116 ◦ green 80 ◦ blue 86

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

Shades of Falcon #745056

Tints of Falcon #745056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 41.13%
G = 28.37%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#745056 (or 0x745056) is known color: Falcon. HEX triplet: 74, 50 and 56. RGB value is (116,80,86). Sum of RGB (Red+Green+Blue) = 116+80+86=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745056 is #8BAFA9. Grayscale: #5B5B5B. Windows color (decimal): -9154474 or 5656692. OLE color: 5656692.

HSL color Cylindrical-coordinate representation of color #745056: hue angle of 350º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745056 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 86 -
CMYK 0 0.31 0.26 0.55
HSL 350º 0.18% 0.38% -
HSV(B) 350º 0.31% 0.45% -
XYZ 11.75 10.12 10.14 -
YUV 91.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 116 80 86 0 0.31 0.26 0.55 350 0.18 0.38
Hex 74 50 56 0 1F 1A 37 15E 12 26
Octal 164 120 126 0 37 32 67 536 22 46
Binary 1110100 1010000 1010110 0 11111 11010 110111 101011110 10010 100110

Color Harmonies of #745056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745056

Black with #745056

Text Example


Text Example

White with #745056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745056; }

 p { color: rgb(116,80,86); }

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

background-color css

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

 a { background-color: rgb(116,80,86); }

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

border-color css

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

 span { border-color: rgb(116,80,86); }

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