Html Css Color HEX #74545B Falcon

📋 copy color: '#74545B'

red 116 ◦ green 84 ◦ blue 91

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

Shades of Falcon #74545B

Tints of Falcon #74545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 39.86%
G = 28.87%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74545B (or 0x74545B) is known color: Falcon. HEX triplet: 74, 54 and 5B. RGB value is (116,84,91). Sum of RGB (Red+Green+Blue) = 116+84+91=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545B is #8BABA4. Grayscale: #5E5E5E. Windows color (decimal): -9153445 or 5985396. OLE color: 5985396.

HSL color Cylindrical-coordinate representation of color #74545B: hue angle of 346.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74545B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 91 -
CMYK 0 0.28 0.22 0.55
HSL 346.88º 0.16% 0.39% -
HSV(B) 346.88º 0.28% 0.45% -
XYZ 12.26 10.81 11.34 -
YUV 94.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 116 84 91 0 0.28 0.22 0.55 346.88 0.16 0.39
Hex 74 54 5B 0 1C 16 37 15B 10 27
Octal 164 124 133 0 34 26 67 533 20 47
Binary 1110100 1010100 1011011 0 11100 10110 110111 101011011 10000 100111

Color Harmonies of #74545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74545B

Black with #74545B

Text Example


Text Example

White with #74545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74545B; }

 p { color: rgb(116,84,91); }

 H1.HeaderClassName
 {
   color: #74545B;
 }
 .AnyTagClassName
 {
   color: #74545B;
 }
</style>

background-color css

<style>
 a { background-color: #74545B; }

 a { background-color: rgb(116,84,91); }

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

border-color css

<style>
 span { border-color: #74545B; }

 span { border-color: rgb(116,84,91); }

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