Html Css Color HEX #754E54 Falcon

📋 copy color: '#754E54'

red 117 ◦ green 78 ◦ blue 84

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

Shades of Falcon #754E54

Tints of Falcon #754E54

RGB

 RED value IS 117 (46.09% from 255) = 41.94%

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 41.94%
G = 27.96%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#754E54 (or 0x754E54) is known color: Falcon. HEX triplet: 75, 4E and 54. RGB value is (117,78,84). Sum of RGB (Red+Green+Blue) = 117+78+84=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E54 is #8AB1AB. Grayscale: #5A5A5A. Windows color (decimal): -9089452 or 5525109. OLE color: 5525109.

HSL color Cylindrical-coordinate representation of color #754E54: hue angle of 350.77º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E54 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 84 -
CMYK 0 0.33 0.28 0.54
HSL 350.77º 0.2% 0.38% -
HSV(B) 350.77º 0.33% 0.46% -
XYZ 11.66 9.87 9.68 -
YUV 90.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 117 78 84 0 0.33 0.28 0.54 350.77 0.2 0.38
Hex 75 4E 54 0 21 1C 36 15F 14 26
Octal 165 116 124 0 41 34 66 537 24 46
Binary 1110101 1001110 1010100 0 100001 11100 110110 101011111 10100 100110

Color Harmonies of #754E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E54

Black with #754E54

Text Example


Text Example

White with #754E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754E54; }

 p { color: rgb(117,78,84); }

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

background-color css

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

 a { background-color: rgb(117,78,84); }

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

border-color css

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

 span { border-color: rgb(117,78,84); }

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