Html Css Color HEX #745B5E Falcon

📋 copy color: '#745B5E'

red 116 ◦ green 91 ◦ blue 94

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

Shades of Falcon #745B5E

Tints of Falcon #745B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 38.54%
G = 30.23%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#745B5E (or 0x745B5E) is known color: Falcon. HEX triplet: 74, 5B and 5E. RGB value is (116,91,94). Sum of RGB (Red+Green+Blue) = 116+91+94=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B5E is #8BA4A1. Grayscale: #626262. Windows color (decimal): -9151650 or 6183796. OLE color: 6183796.

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

Color convert

RGB 116 91 94 -
CMYK 0 0.22 0.19 0.55
HSL 352.8º 0.12% 0.41% -
HSV(B) 352.8º 0.22% 0.45% -
XYZ 12.96 12 12.22 -
YUV 98.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 116 91 94 0 0.22 0.19 0.55 352.8 0.12 0.41
Hex 74 5B 5E 0 16 13 37 161 C 29
Octal 164 133 136 0 26 23 67 541 14 51
Binary 1110100 1011011 1011110 0 10110 10011 110111 101100001 1100 101001

Color Harmonies of #745B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B5E

Black with #745B5E

Text Example


Text Example

White with #745B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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