Html Css Color HEX #755057 Falcon

📋 copy color: '#755057'

red 117 ◦ green 80 ◦ blue 87

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

Shades of Falcon #755057

Tints of Falcon #755057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 41.2%
G = 28.17%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755057 (or 0x755057) is known color: Falcon. HEX triplet: 75, 50 and 57. RGB value is (117,80,87). Sum of RGB (Red+Green+Blue) = 117+80+87=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755057 is #8AAFA8. Grayscale: #5B5B5B. Windows color (decimal): -9088937 or 5722229. OLE color: 5722229.

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

Color convert

RGB 117 80 87 -
CMYK 0 0.32 0.26 0.54
HSL 348.65º 0.19% 0.39% -
HSV(B) 348.65º 0.32% 0.46% -
XYZ 11.93 10.21 10.36 -
YUV 91.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 117 80 87 0 0.32 0.26 0.54 348.65 0.19 0.39
Hex 75 50 57 0 20 1A 36 15D 13 27
Octal 165 120 127 0 40 32 66 535 23 47
Binary 1110101 1010000 1010111 0 100000 11010 110110 101011101 10011 100111

Color Harmonies of #755057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755057

Black with #755057

Text Example


Text Example

White with #755057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755057; }

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

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

background-color css

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

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

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

border-color css

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

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

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