Html Css Color HEX #74585D Falcon

📋 copy color: '#74585D'

red 116 ◦ green 88 ◦ blue 93

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

Shades of Falcon #74585D

Tints of Falcon #74585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 39.06%
G = 29.63%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74585D (or 0x74585D) is known color: Falcon. HEX triplet: 74, 58 and 5D. RGB value is (116,88,93). Sum of RGB (Red+Green+Blue) = 116+88+93=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74585D is #8BA7A2. Grayscale: #606060. Windows color (decimal): -9152419 or 6117492. OLE color: 6117492.

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

Color convert

RGB 116 88 93 -
CMYK 0 0.24 0.20 0.55
HSL 349.29º 0.14% 0.4% -
HSV(B) 349.29º 0.24% 0.45% -
XYZ 12.67 11.48 11.9 -
YUV 96.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 116 88 93 0 0.24 0.20 0.55 349.29 0.14 0.4
Hex 74 58 5D 0 18 14 37 15D E 28
Octal 164 130 135 0 30 24 67 535 16 50
Binary 1110100 1011000 1011101 0 11000 10100 110111 101011101 1110 101000

Color Harmonies of #74585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74585D

Black with #74585D

Text Example


Text Example

White with #74585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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