Html Css Color HEX #745154 Falcon

📋 copy color: '#745154'

red 116 ◦ green 81 ◦ blue 84

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

Shades of Falcon #745154

Tints of Falcon #745154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 41.28%
G = 28.83%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745154 (or 0x745154) is known color: Falcon. HEX triplet: 74, 51 and 54. RGB value is (116,81,84). Sum of RGB (Red+Green+Blue) = 116+81+84=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745154 is #8BAEAB. Grayscale: #5B5B5B. Windows color (decimal): -9154220 or 5525876. OLE color: 5525876.

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

Color convert

RGB 116 81 84 -
CMYK 0 0.30 0.28 0.55
HSL 354.86º 0.18% 0.39% -
HSV(B) 354.86º 0.3% 0.45% -
XYZ 11.75 10.24 9.74 -
YUV 91.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 116 81 84 0 0.30 0.28 0.55 354.86 0.18 0.39
Hex 74 51 54 0 1E 1C 37 163 12 27
Octal 164 121 124 0 36 34 67 543 22 47
Binary 1110100 1010001 1010100 0 11110 11100 110111 101100011 10010 100111

Color Harmonies of #745154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745154

Black with #745154

Text Example


Text Example

White with #745154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745154; }

 p { color: rgb(116,81,84); }

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

background-color css

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

 a { background-color: rgb(116,81,84); }

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

border-color css

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

 span { border-color: rgb(116,81,84); }

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