Html Css Color HEX #745057 Falcon

📋 copy color: '#745057'

red 116 ◦ green 80 ◦ blue 87

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

Shades of Falcon #745057

Tints of Falcon #745057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 40.99%
G = 28.27%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#745057 (or 0x745057) is known color: Falcon. HEX triplet: 74, 50 and 57. RGB value is (116,80,87). Sum of RGB (Red+Green+Blue) = 116+80+87=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745057 is #8BAFA8. Grayscale: #5B5B5B. Windows color (decimal): -9154473 or 5722228. OLE color: 5722228.

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

Color convert

RGB 116 80 87 -
CMYK 0 0.31 0.25 0.55
HSL 348.33º 0.18% 0.38% -
HSV(B) 348.33º 0.31% 0.45% -
XYZ 11.79 10.14 10.35 -
YUV 91.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 116 80 87 0 0.31 0.25 0.55 348.33 0.18 0.38
Hex 74 50 57 0 1F 19 37 15C 12 26
Octal 164 120 127 0 37 31 67 534 22 46
Binary 1110100 1010000 1010111 0 11111 11001 110111 101011100 10010 100110

Color Harmonies of #745057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745057

Black with #745057

Text Example


Text Example

White with #745057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745057; }

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

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

background-color css

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

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

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

border-color css

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

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

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