Html Css Color HEX #74595D Falcon

📋 copy color: '#74595D'

red 116 ◦ green 89 ◦ blue 93

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

Shades of Falcon #74595D

Tints of Falcon #74595D

RGB

 RED value IS 116 (45.7% from 255) = 38.93%

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

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

R = 38.93%
G = 29.87%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74595D (or 0x74595D) is known color: Falcon. HEX triplet: 74, 59 and 5D. RGB value is (116,89,93). Sum of RGB (Red+Green+Blue) = 116+89+93=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595D is #8BA6A2. Grayscale: #616161. Windows color (decimal): -9152163 or 6117748. OLE color: 6117748.

HSL color Cylindrical-coordinate representation of color #74595D: hue angle of 351.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74595D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 93 -
CMYK 0 0.23 0.20 0.55
HSL 351.11º 0.13% 0.4% -
HSV(B) 351.11º 0.23% 0.45% -
XYZ 12.75 11.65 11.93 -
YUV 97.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 116 89 93 0 0.23 0.20 0.55 351.11 0.13 0.4
Hex 74 59 5D 0 17 14 37 15F D 28
Octal 164 131 135 0 27 24 67 537 15 50
Binary 1110100 1011001 1011101 0 10111 10100 110111 101011111 1101 101000

Color Harmonies of #74595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74595D

Black with #74595D

Text Example


Text Example

White with #74595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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