Html Css Color HEX #74575C Falcon

📋 copy color: '#74575C'

red 116 ◦ green 87 ◦ blue 92

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

Shades of Falcon #74575C

Tints of Falcon #74575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 39.32%
G = 29.49%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74575C (or 0x74575C) is known color: Falcon. HEX triplet: 74, 57 and 5C. RGB value is (116,87,92). Sum of RGB (Red+Green+Blue) = 116+87+92=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74575C is #8BA8A3. Grayscale: #606060. Windows color (decimal): -9152676 or 6051700. OLE color: 6051700.

HSL color Cylindrical-coordinate representation of color #74575C: hue angle of 349.66º 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 #74575C is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 92 -
CMYK 0 0.25 0.21 0.55
HSL 349.66º 0.14% 0.4% -
HSV(B) 349.66º 0.25% 0.45% -
XYZ 12.54 11.3 11.65 -
YUV 96.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 116 87 92 0 0.25 0.21 0.55 349.66 0.14 0.4
Hex 74 57 5C 0 19 15 37 15E E 28
Octal 164 127 134 0 31 25 67 536 16 50
Binary 1110100 1010111 1011100 0 11001 10101 110111 101011110 1110 101000

Color Harmonies of #74575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74575C

Black with #74575C

Text Example


Text Example

White with #74575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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