Html Css Color HEX #745559 Falcon

📋 copy color: '#745559'

red 116 ◦ green 85 ◦ blue 89

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

Shades of Falcon #745559

Tints of Falcon #745559

RGB

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

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

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

R = 40%
G = 29.31%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#745559 (or 0x745559) is known color: Falcon. HEX triplet: 74, 55 and 59. RGB value is (116,85,89). Sum of RGB (Red+Green+Blue) = 116+85+89=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745559 is #8BAAA6. Grayscale: #5E5E5E. Windows color (decimal): -9153191 or 5854580. OLE color: 5854580.

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

Color convert

RGB 116 85 89 -
CMYK 0 0.27 0.23 0.55
HSL 352.26º 0.15% 0.39% -
HSV(B) 352.26º 0.27% 0.45% -
XYZ 12.25 10.93 10.92 -
YUV 94.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 116 85 89 0 0.27 0.23 0.55 352.26 0.15 0.39
Hex 74 55 59 0 1B 17 37 160 F 27
Octal 164 125 131 0 33 27 67 540 17 47
Binary 1110100 1010101 1011001 0 11011 10111 110111 101100000 1111 100111

Color Harmonies of #745559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745559

Black with #745559

Text Example


Text Example

White with #745559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745559; }

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

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

background-color css

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

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

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

border-color css

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

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

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