Html Css Color HEX #755C60 Falcon

📋 copy color: '#755C60'

red 117 ◦ green 92 ◦ blue 96

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

Shades of Falcon #755C60

Tints of Falcon #755C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 38.36%
G = 30.16%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755C60 (or 0x755C60) is known color: Falcon. HEX triplet: 75, 5C and 60. RGB value is (117,92,96). Sum of RGB (Red+Green+Blue) = 117+92+96=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C60 is #8AA39F. Grayscale: #636363. Windows color (decimal): -9085856 or 6315125. OLE color: 6315125.

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

Color convert

RGB 117 92 96 -
CMYK 0 0.21 0.18 0.54
HSL 350.4º 0.12% 0.41% -
HSV(B) 350.4º 0.21% 0.46% -
XYZ 13.27 12.28 12.74 -
YUV 99.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 117 92 96 0 0.21 0.18 0.54 350.4 0.12 0.41
Hex 75 5C 60 0 15 12 36 15E C 29
Octal 165 134 140 0 25 22 66 536 14 51
Binary 1110101 1011100 1100000 0 10101 10010 110110 101011110 1100 101001

Color Harmonies of #755C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C60

Black with #755C60

Text Example


Text Example

White with #755C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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