Html Css Color HEX #755A60 Falcon

📋 copy color: '#755A60'

red 117 ◦ green 90 ◦ blue 96

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

Shades of Falcon #755A60

Tints of Falcon #755A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 38.61%
G = 29.7%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755A60 (or 0x755A60) is known color: Falcon. HEX triplet: 75, 5A and 60. RGB value is (117,90,96). Sum of RGB (Red+Green+Blue) = 117+90+96=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A60 is #8AA59F. Grayscale: #626262. Windows color (decimal): -9086368 or 6314613. OLE color: 6314613.

HSL color Cylindrical-coordinate representation of color #755A60: hue angle of 346.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A60 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 96 -
CMYK 0 0.23 0.18 0.54
HSL 346.67º 0.13% 0.41% -
HSV(B) 346.67º 0.23% 0.46% -
XYZ 13.1 11.94 12.68 -
YUV 98.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 117 90 96 0 0.23 0.18 0.54 346.67 0.13 0.41
Hex 75 5A 60 0 17 12 36 15B D 29
Octal 165 132 140 0 27 22 66 533 15 51
Binary 1110101 1011010 1100000 0 10111 10010 110110 101011011 1101 101001

Color Harmonies of #755A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A60

Black with #755A60

Text Example


Text Example

White with #755A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A60; }

 p { color: rgb(117,90,96); }

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

background-color css

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

 a { background-color: rgb(117,90,96); }

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

border-color css

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

 span { border-color: rgb(117,90,96); }

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