#734F53

Color #734F53 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #734F53

Tints of Falcon #734F53

Color information

#734F53 (or 0x734F53) is unknown color: approx Falcon. HEX triplet: 73, 4F and 53. RGB value is (115,79,83). Sum of RGB (Red+Green+Blue) = 115+79+83=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #734F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F53 is #8CB0AC. Grayscale: #5A5A5A. Windows color (decimal): -9220269 or 5459827. OLE color: 5459827.

HSL color Cylindrical-coordinate representation of color #734F53: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F53 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1157983-
CMYK00.310.280.55
HSL353.33º18.56%38.04%-
HSV(B)353.33º31.3%45.1%-
XYZ11.439.869.48-
YUV90.22123.93145.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=41.52%
G=28.52%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115798300.310.280.55353.3318.5638.04
Hex734F5301F1C371611326
Octal16311712303734675412346
Binary1110011100111110100110111111110011011110110000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734F53; }

 p { color: rgb(115,79,83); }

 H1.HeaderClassName
 {
   color: #734F53;
 }
 .AnyTagClassName
 {
   color: #734F53;
 }
</style>
background-color css

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

 a { background-color: rgb(115,79,83); }

 div.DivClassName
 {
   background-color: #734F53;
 }
 .BgClassName
 {
   background-color: #734F53;
 }
</style>
border-color css

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

 span { border-color: rgb(115,79,83); }

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