Html Css Color HEX #745257 Falcon

📋 copy color: '#745257'

red 116 ◦ green 82 ◦ blue 87

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

Shades of Falcon #745257

Tints of Falcon #745257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 40.7%
G = 28.77%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#745257 (or 0x745257) is known color: Falcon. HEX triplet: 74, 52 and 57. RGB value is (116,82,87). Sum of RGB (Red+Green+Blue) = 116+82+87=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745257 is #8BADA8. Grayscale: #5C5C5C. Windows color (decimal): -9153961 or 5722740. OLE color: 5722740.

HSL color Cylindrical-coordinate representation of color #745257: hue angle of 351.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745257 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 87 -
CMYK 0 0.29 0.25 0.55
HSL 351.18º 0.17% 0.39% -
HSV(B) 351.18º 0.29% 0.45% -
XYZ 11.94 10.44 10.4 -
YUV 92.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 116 82 87 0 0.29 0.25 0.55 351.18 0.17 0.39
Hex 74 52 57 0 1D 19 37 15F 11 27
Octal 164 122 127 0 35 31 67 537 21 47
Binary 1110100 1010010 1010111 0 11101 11001 110111 101011111 10001 100111

Color Harmonies of #745257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745257

Black with #745257

Text Example


Text Example

White with #745257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745257; }

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

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

background-color css

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

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

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

border-color css

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

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

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