Html Css Color HEX #745557 Falcon

📋 copy color: '#745557'

red 116 ◦ green 85 ◦ blue 87

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

Shades of Falcon #745557

Tints of Falcon #745557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 40.28%
G = 29.51%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#745557 (or 0x745557) is known color: Falcon. HEX triplet: 74, 55 and 57. RGB value is (116,85,87). Sum of RGB (Red+Green+Blue) = 116+85+87=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745557 is #8BAAA8. Grayscale: #5E5E5E. Windows color (decimal): -9153193 or 5723508. OLE color: 5723508.

HSL color Cylindrical-coordinate representation of color #745557: hue angle of 356.13º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745557 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 87 -
CMYK 0 0.27 0.25 0.55
HSL 356.13º 0.15% 0.39% -
HSV(B) 356.13º 0.27% 0.45% -
XYZ 12.17 10.9 10.48 -
YUV 94.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 116 85 87 0 0.27 0.25 0.55 356.13 0.15 0.39
Hex 74 55 57 0 1B 19 37 164 F 27
Octal 164 125 127 0 33 31 67 544 17 47
Binary 1110100 1010101 1010111 0 11011 11001 110111 101100100 1111 100111

Color Harmonies of #745557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745557

Black with #745557

Text Example


Text Example

White with #745557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745557; }

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

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

background-color css

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

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

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

border-color css

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

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

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