Html Css Color HEX #74565B Falcon

📋 copy color: '#74565B'

red 116 ◦ green 86 ◦ blue 91

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

Shades of Falcon #74565B

Tints of Falcon #74565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 39.59%
G = 29.35%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74565B (or 0x74565B) is known color: Falcon. HEX triplet: 74, 56 and 5B. RGB value is (116,86,91). Sum of RGB (Red+Green+Blue) = 116+86+91=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565B is #8BA9A4. Grayscale: #5F5F5F. Windows color (decimal): -9152933 or 5985908. OLE color: 5985908.

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

Color convert

RGB 116 86 91 -
CMYK 0 0.26 0.22 0.55
HSL 350º 0.15% 0.4% -
HSV(B) 350º 0.26% 0.45% -
XYZ 12.42 11.12 11.39 -
YUV 95.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 116 86 91 0 0.26 0.22 0.55 350 0.15 0.4
Hex 74 56 5B 0 1A 16 37 15E F 28
Octal 164 126 133 0 32 26 67 536 17 50
Binary 1110100 1010110 1011011 0 11010 10110 110111 101011110 1111 101000

Color Harmonies of #74565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74565B

Black with #74565B

Text Example


Text Example

White with #74565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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