Html Css Color HEX #745356 Falcon

📋 copy color: '#745356'

red 116 ◦ green 83 ◦ blue 86

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

Shades of Falcon #745356

Tints of Falcon #745356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 40.7%
G = 29.12%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#745356 (or 0x745356) is known color: Falcon. HEX triplet: 74, 53 and 56. RGB value is (116,83,86). Sum of RGB (Red+Green+Blue) = 116+83+86=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745356 is #8BACA9. Grayscale: #5D5D5D. Windows color (decimal): -9153706 or 5657460. OLE color: 5657460.

HSL color Cylindrical-coordinate representation of color #745356: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745356 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 86 -
CMYK 0 0.28 0.26 0.55
HSL 354.55º 0.17% 0.39% -
HSV(B) 354.55º 0.28% 0.45% -
XYZ 11.98 10.57 10.21 -
YUV 93.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 116 83 86 0 0.28 0.26 0.55 354.55 0.17 0.39
Hex 74 53 56 0 1C 1A 37 163 11 27
Octal 164 123 126 0 34 32 67 543 21 47
Binary 1110100 1010011 1010110 0 11100 11010 110111 101100011 10001 100111

Color Harmonies of #745356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745356

Black with #745356

Text Example


Text Example

White with #745356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745356; }

 p { color: rgb(116,83,86); }

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

background-color css

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

 a { background-color: rgb(116,83,86); }

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

border-color css

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

 span { border-color: rgb(116,83,86); }

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