Html Css Color HEX #745D5F Falcon

📋 copy color: '#745D5F'

red 116 ◦ green 93 ◦ blue 95

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

Shades of Falcon #745D5F

Tints of Falcon #745D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 38.16%
G = 30.59%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#745D5F (or 0x745D5F) is known color: Falcon. HEX triplet: 74, 5D and 5F. RGB value is (116,93,95). Sum of RGB (Red+Green+Blue) = 116+93+95=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5F is #8BA2A0. Grayscale: #646464. Windows color (decimal): -9151137 or 6249844. OLE color: 6249844.

HSL color Cylindrical-coordinate representation of color #745D5F: hue angle of 354.78º 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 #745D5F is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 95 -
CMYK 0 0.20 0.18 0.55
HSL 354.78º 0.11% 0.41% -
HSV(B) 354.78º 0.2% 0.45% -
XYZ 13.18 12.37 12.52 -
YUV 100.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 116 93 95 0 0.20 0.18 0.55 354.78 0.11 0.41
Hex 74 5D 5F 0 14 12 37 163 B 29
Octal 164 135 137 0 24 22 67 543 13 51
Binary 1110100 1011101 1011111 0 10100 10010 110111 101100011 1011 101001

Color Harmonies of #745D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D5F

Black with #745D5F

Text Example


Text Example

White with #745D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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