Html Css Color HEX #74595E Falcon

📋 copy color: '#74595E'

red 116 ◦ green 89 ◦ blue 94

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

Shades of Falcon #74595E

Tints of Falcon #74595E

RGB

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

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

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

R = 38.8%
G = 29.77%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74595E (or 0x74595E) is known color: Falcon. HEX triplet: 74, 59 and 5E. RGB value is (116,89,94). Sum of RGB (Red+Green+Blue) = 116+89+94=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #74595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595E is #8BA6A1. Grayscale: #616161. Windows color (decimal): -9152162 or 6183284. OLE color: 6183284.

HSL color Cylindrical-coordinate representation of color #74595E: hue angle of 348.89º 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 #74595E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 94 -
CMYK 0 0.23 0.19 0.55
HSL 348.89º 0.13% 0.4% -
HSV(B) 348.89º 0.23% 0.45% -
XYZ 12.8 11.67 12.17 -
YUV 97.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 116 89 94 0 0.23 0.19 0.55 348.89 0.13 0.4
Hex 74 59 5E 0 17 13 37 15D D 28
Octal 164 131 136 0 27 23 67 535 15 50
Binary 1110100 1011001 1011110 0 10111 10011 110111 101011101 1101 101000

Color Harmonies of #74595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74595E

Black with #74595E

Text Example


Text Example

White with #74595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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