Html Css Color HEX #755557 Falcon

📋 copy color: '#755557'

red 117 ◦ green 85 ◦ blue 87

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

Shades of Falcon #755557

Tints of Falcon #755557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 40.48%
G = 29.41%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755557 (or 0x755557) is known color: Falcon. HEX triplet: 75, 55 and 57. RGB value is (117,85,87). Sum of RGB (Red+Green+Blue) = 117+85+87=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755557 is #8AAAA8. Grayscale: #5E5E5E. Windows color (decimal): -9087657 or 5723509. OLE color: 5723509.

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

Color convert

RGB 117 85 87 -
CMYK 0 0.27 0.26 0.54
HSL 356.25º 0.16% 0.4% -
HSV(B) 356.25º 0.27% 0.46% -
XYZ 12.3 10.97 10.49 -
YUV 94.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 117 85 87 0 0.27 0.26 0.54 356.25 0.16 0.4
Hex 75 55 57 0 1B 1A 36 164 10 28
Octal 165 125 127 0 33 32 66 544 20 50
Binary 1110101 1010101 1010111 0 11011 11010 110110 101100100 10000 101000

Color Harmonies of #755557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755557

Black with #755557

Text Example


Text Example

White with #755557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755557; }

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

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

background-color css

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

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

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

border-color css

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

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

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