Html Css Color HEX #745C5D Falcon

📋 copy color: '#745C5D'

red 116 ◦ green 92 ◦ blue 93

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

Shades of Falcon #745C5D

Tints of Falcon #745C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 38.54%
G = 30.56%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#745C5D (or 0x745C5D) is known color: Falcon. HEX triplet: 74, 5C and 5D. RGB value is (116,92,93). Sum of RGB (Red+Green+Blue) = 116+92+93=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C5D is #8BA3A2. Grayscale: #636363. Windows color (decimal): -9151395 or 6118516. OLE color: 6118516.

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

Color convert

RGB 116 92 93 -
CMYK 0 0.21 0.20 0.55
HSL 357.5º 0.12% 0.41% -
HSV(B) 357.5º 0.21% 0.45% -
XYZ 13.01 12.16 12.02 -
YUV 99.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 116 92 93 0 0.21 0.20 0.55 357.5 0.12 0.41
Hex 74 5C 5D 0 15 14 37 166 C 29
Octal 164 134 135 0 25 24 67 546 14 51
Binary 1110100 1011100 1011101 0 10101 10100 110111 101100110 1100 101001

Color Harmonies of #745C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C5D

Black with #745C5D

Text Example


Text Example

White with #745C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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