Html Css Color HEX #74575A Falcon

📋 copy color: '#74575A'

red 116 ◦ green 87 ◦ blue 90

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

Shades of Falcon #74575A

Tints of Falcon #74575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 39.59%
G = 29.69%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74575A (or 0x74575A) is known color: Falcon. HEX triplet: 74, 57 and 5A. RGB value is (116,87,90). Sum of RGB (Red+Green+Blue) = 116+87+90=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74575A is #8BA8A5. Grayscale: #606060. Windows color (decimal): -9152678 or 5920628. OLE color: 5920628.

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

Color convert

RGB 116 87 90 -
CMYK 0 0.25 0.22 0.55
HSL 353.79º 0.14% 0.4% -
HSV(B) 353.79º 0.25% 0.45% -
XYZ 12.46 11.27 11.19 -
YUV 96.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 116 87 90 0 0.25 0.22 0.55 353.79 0.14 0.4
Hex 74 57 5A 0 19 16 37 162 E 28
Octal 164 127 132 0 31 26 67 542 16 50
Binary 1110100 1010111 1011010 0 11001 10110 110111 101100010 1110 101000

Color Harmonies of #74575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74575A

Black with #74575A

Text Example


Text Example

White with #74575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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