Html Css Color HEX #75595D Falcon

📋 copy color: '#75595D'

red 117 ◦ green 89 ◦ blue 93

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

Shades of Falcon #75595D

Tints of Falcon #75595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.77%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 39.13%
G = 29.77%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75595D (or 0x75595D) is known color: Falcon. HEX triplet: 75, 59 and 5D. RGB value is (117,89,93). Sum of RGB (Red+Green+Blue) = 117+89+93=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595D is #8AA6A2. Grayscale: #616161. Windows color (decimal): -9086627 or 6117749. OLE color: 6117749.

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

Color convert

RGB 117 89 93 -
CMYK 0 0.24 0.21 0.54
HSL 351.43º 0.14% 0.4% -
HSV(B) 351.43º 0.24% 0.46% -
XYZ 12.88 11.72 11.94 -
YUV 97.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 117 89 93 0 0.24 0.21 0.54 351.43 0.14 0.4
Hex 75 59 5D 0 18 15 36 15F E 28
Octal 165 131 135 0 30 25 66 537 16 50
Binary 1110101 1011001 1011101 0 11000 10101 110110 101011111 1110 101000

Color Harmonies of #75595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75595D

Black with #75595D

Text Example


Text Example

White with #75595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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