Html Css Color HEX #755659 Falcon

📋 copy color: '#755659'

red 117 ◦ green 86 ◦ blue 89

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

Shades of Falcon #755659

Tints of Falcon #755659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 40.07%
G = 29.45%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#755659 (or 0x755659) is known color: Falcon. HEX triplet: 75, 56 and 59. RGB value is (117,86,89). Sum of RGB (Red+Green+Blue) = 117+86+89=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755659 is #8AA9A6. Grayscale: #5F5F5F. Windows color (decimal): -9087399 or 5854837. OLE color: 5854837.

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

Color convert

RGB 117 86 89 -
CMYK 0 0.26 0.24 0.54
HSL 354.19º 0.15% 0.4% -
HSV(B) 354.19º 0.26% 0.46% -
XYZ 12.47 11.16 10.95 -
YUV 95.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 117 86 89 0 0.26 0.24 0.54 354.19 0.15 0.4
Hex 75 56 59 0 1A 18 36 162 F 28
Octal 165 126 131 0 32 30 66 542 17 50
Binary 1110101 1010110 1011001 0 11010 11000 110110 101100010 1111 101000

Color Harmonies of #755659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755659

Black with #755659

Text Example


Text Example

White with #755659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755659; }

 p { color: rgb(117,86,89); }

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

background-color css

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

 a { background-color: rgb(117,86,89); }

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

border-color css

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

 span { border-color: rgb(117,86,89); }

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