Html Css Color HEX #754E53 Falcon

📋 copy color: '#754E53'

red 117 ◦ green 78 ◦ blue 83

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

Shades of Falcon #754E53

Tints of Falcon #754E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 42.09%
G = 28.06%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754E53 (or 0x754E53) is known color: Falcon. HEX triplet: 75, 4E and 53. RGB value is (117,78,83). Sum of RGB (Red+Green+Blue) = 117+78+83=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E53 is #8AB1AC. Grayscale: #5A5A5A. Windows color (decimal): -9089453 or 5459573. OLE color: 5459573.

HSL color Cylindrical-coordinate representation of color #754E53: hue angle of 352.31º 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 #754E53 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 83 -
CMYK 0 0.33 0.29 0.54
HSL 352.31º 0.2% 0.38% -
HSV(B) 352.31º 0.33% 0.46% -
XYZ 11.62 9.86 9.47 -
YUV 90.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 117 78 83 0 0.33 0.29 0.54 352.31 0.2 0.38
Hex 75 4E 53 0 21 1D 36 160 14 26
Octal 165 116 123 0 41 35 66 540 24 46
Binary 1110101 1001110 1010011 0 100001 11101 110110 101100000 10100 100110

Color Harmonies of #754E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E53

Black with #754E53

Text Example


Text Example

White with #754E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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