Html Css Color HEX #74565A Falcon

📋 copy color: '#74565A'

red 116 ◦ green 86 ◦ blue 90

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

Shades of Falcon #74565A

Tints of Falcon #74565A

RGB

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

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

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

R = 39.73%
G = 29.45%
B = 30.82%

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

#74565A (or 0x74565A) is known color: Falcon. HEX triplet: 74, 56 and 5A. RGB value is (116,86,90). Sum of RGB (Red+Green+Blue) = 116+86+90=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565A is #8BA9A5. Grayscale: #5F5F5F. Windows color (decimal): -9152934 or 5920372. OLE color: 5920372.

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

Color convert

RGB 116 86 90 -
CMYK 0 0.26 0.22 0.55
HSL 352º 0.15% 0.4% -
HSV(B) 352º 0.26% 0.45% -
XYZ 12.38 11.11 11.16 -
YUV 95.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 116 86 90 0 0.26 0.22 0.55 352 0.15 0.4
Hex 74 56 5A 0 1A 16 37 160 F 28
Octal 164 126 132 0 32 26 67 540 17 50
Binary 1110100 1010110 1011010 0 11010 10110 110111 101100000 1111 101000

Color Harmonies of #74565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74565A

Black with #74565A

Text Example


Text Example

White with #74565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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