Html Css Color HEX #755457 Falcon

📋 copy color: '#755457'

red 117 ◦ green 84 ◦ blue 87

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

Shades of Falcon #755457

Tints of Falcon #755457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 40.63%
G = 29.17%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755457 (or 0x755457) is known color: Falcon. HEX triplet: 75, 54 and 57. RGB value is (117,84,87). Sum of RGB (Red+Green+Blue) = 117+84+87=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755457 is #8AABA8. Grayscale: #5E5E5E. Windows color (decimal): -9087913 or 5723253. OLE color: 5723253.

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

Color convert

RGB 117 84 87 -
CMYK 0 0.28 0.26 0.54
HSL 354.55º 0.16% 0.39% -
HSV(B) 354.55º 0.28% 0.46% -
XYZ 12.23 10.81 10.46 -
YUV 94.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 117 84 87 0 0.28 0.26 0.54 354.55 0.16 0.39
Hex 75 54 57 0 1C 1A 36 163 10 27
Octal 165 124 127 0 34 32 66 543 20 47
Binary 1110101 1010100 1010111 0 11100 11010 110110 101100011 10000 100111

Color Harmonies of #755457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755457

Black with #755457

Text Example


Text Example

White with #755457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755457; }

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

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

background-color css

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

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

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

border-color css

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

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

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