Html Css Color HEX #74575D Falcon

📋 copy color: '#74575D'

red 116 ◦ green 87 ◦ blue 93

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

Shades of Falcon #74575D

Tints of Falcon #74575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 39.19%
G = 29.39%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74575D (or 0x74575D) is known color: Falcon. HEX triplet: 74, 57 and 5D. RGB value is (116,87,93). Sum of RGB (Red+Green+Blue) = 116+87+93=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74575D is #8BA8A2. Grayscale: #606060. Windows color (decimal): -9152675 or 6117236. OLE color: 6117236.

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

Color convert

RGB 116 87 93 -
CMYK 0 0.25 0.20 0.55
HSL 347.59º 0.14% 0.4% -
HSV(B) 347.59º 0.25% 0.45% -
XYZ 12.59 11.32 11.88 -
YUV 96.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 116 87 93 0 0.25 0.20 0.55 347.59 0.14 0.4
Hex 74 57 5D 0 19 14 37 15C E 28
Octal 164 127 135 0 31 24 67 534 16 50
Binary 1110100 1010111 1011101 0 11001 10100 110111 101011100 1110 101000

Color Harmonies of #74575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74575D

Black with #74575D

Text Example


Text Example

White with #74575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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