Html Css Color HEX #745D5E Falcon

📋 copy color: '#745D5E'

red 116 ◦ green 93 ◦ blue 94

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

Shades of Falcon #745D5E

Tints of Falcon #745D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 38.28%
G = 30.69%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#745D5E (or 0x745D5E) is known color: Falcon. HEX triplet: 74, 5D and 5E. RGB value is (116,93,94). Sum of RGB (Red+Green+Blue) = 116+93+94=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5E is #8BA2A1. Grayscale: #646464. Windows color (decimal): -9151138 or 6184308. OLE color: 6184308.

HSL color Cylindrical-coordinate representation of color #745D5E: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D5E is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 94 -
CMYK 0 0.20 0.19 0.55
HSL 357.39º 0.11% 0.41% -
HSV(B) 357.39º 0.2% 0.45% -
XYZ 13.14 12.35 12.28 -
YUV 99.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 116 93 94 0 0.20 0.19 0.55 357.39 0.11 0.41
Hex 74 5D 5E 0 14 13 37 165 B 29
Octal 164 135 136 0 24 23 67 545 13 51
Binary 1110100 1011101 1011110 0 10100 10011 110111 101100101 1011 101001

Color Harmonies of #745D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D5E

Black with #745D5E

Text Example


Text Example

White with #745D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D5E; }

 p { color: rgb(116,93,94); }

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

background-color css

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

 a { background-color: rgb(116,93,94); }

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

border-color css

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

 span { border-color: rgb(116,93,94); }

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