Html Css Color HEX #75595C Falcon

📋 copy color: '#75595C'

red 117 ◦ green 89 ◦ blue 92

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

Shades of Falcon #75595C

Tints of Falcon #75595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 39.26%
G = 29.87%
B = 30.87%

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

#75595C (or 0x75595C) is known color: Falcon. HEX triplet: 75, 59 and 5C. RGB value is (117,89,92). Sum of RGB (Red+Green+Blue) = 117+89+92=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595C is #8AA6A3. Grayscale: #616161. Windows color (decimal): -9086628 or 6052213. OLE color: 6052213.

HSL color Cylindrical-coordinate representation of color #75595C: hue angle of 353.57º 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 #75595C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 92 -
CMYK 0 0.24 0.21 0.54
HSL 353.57º 0.14% 0.4% -
HSV(B) 353.57º 0.24% 0.46% -
XYZ 12.84 11.7 11.71 -
YUV 97.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 117 89 92 0 0.24 0.21 0.54 353.57 0.14 0.4
Hex 75 59 5C 0 18 15 36 162 E 28
Octal 165 131 134 0 30 25 66 542 16 50
Binary 1110101 1011001 1011100 0 11000 10101 110110 101100010 1110 101000

Color Harmonies of #75595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75595C

Black with #75595C

Text Example


Text Example

White with #75595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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