Html Css Color HEX #75595E Falcon

📋 copy color: '#75595E'

red 117 ◦ green 89 ◦ blue 94

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

Shades of Falcon #75595E

Tints of Falcon #75595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 39%
G = 29.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75595E (or 0x75595E) is known color: Falcon. HEX triplet: 75, 59 and 5E. RGB value is (117,89,94). Sum of RGB (Red+Green+Blue) = 117+89+94=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595E is #8AA6A1. Grayscale: #616161. Windows color (decimal): -9086626 or 6183285. OLE color: 6183285.

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

Color convert

RGB 117 89 94 -
CMYK 0 0.24 0.20 0.54
HSL 349.29º 0.14% 0.4% -
HSV(B) 349.29º 0.24% 0.46% -
XYZ 12.93 11.73 12.17 -
YUV 97.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 117 89 94 0 0.24 0.20 0.54 349.29 0.14 0.4
Hex 75 59 5E 0 18 14 36 15D E 28
Octal 165 131 136 0 30 24 66 535 16 50
Binary 1110101 1011001 1011110 0 11000 10100 110110 101011101 1110 101000

Color Harmonies of #75595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75595E

Black with #75595E

Text Example


Text Example

White with #75595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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