Html Css Color HEX #745C5F Falcon

📋 copy color: '#745C5F'

red 116 ◦ green 92 ◦ blue 95

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

Shades of Falcon #745C5F

Tints of Falcon #745C5F

RGB

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

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

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

R = 38.28%
G = 30.36%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#745C5F (or 0x745C5F) is known color: Falcon. HEX triplet: 74, 5C and 5F. RGB value is (116,92,95). Sum of RGB (Red+Green+Blue) = 116+92+95=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #745C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C5F is #8BA3A0. Grayscale: #636363. Windows color (decimal): -9151393 or 6249588. OLE color: 6249588.

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

Color convert

RGB 116 92 95 -
CMYK 0 0.21 0.18 0.55
HSL 352.5º 0.12% 0.41% -
HSV(B) 352.5º 0.21% 0.45% -
XYZ 13.1 12.19 12.49 -
YUV 99.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 116 92 95 0 0.21 0.18 0.55 352.5 0.12 0.41
Hex 74 5C 5F 0 15 12 37 160 C 29
Octal 164 134 137 0 25 22 67 540 14 51
Binary 1110100 1011100 1011111 0 10101 10010 110111 101100000 1100 101001

Color Harmonies of #745C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C5F

Black with #745C5F

Text Example


Text Example

White with #745C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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